網頁

2012年6月20日 星期三

iOS開發筆記 ﹣NSIndexPath indexPathForRow: inSection: 的注意事項

使用[NSIndexPath indexPathForRow:(NSInteger) inSection:(NSInteger)]這個function,若使用在整個object的範圍下,要注意是會隨時被autorelease,不在自己的控制下,所以若要在整個object的使用範圍,最好assign給此object的member時寫成以下方式,如:

_curIndex = [[NSIndexPath indexPathForRow:_curIndex.row+1 inSection:0] copy]

沒有留言:

張貼留言