2014-07-16 76 views
0

我開發與monotouch和uitableview記得最後的選擇,所以我需要釋放它indexPath.IndexPathByRemovingLastIndex();用法,有沒有行選擇的方法?我該如何使用indexPath.Autorelease?刪除最後的索引值

+0

你的問題還不清楚,但我想你真正想要的是deselectRowAtIndexPath(http://iosapi.xamarin.com/index.aspx?link=M%3AMonoTouch.UIKit.UITableView.DeselectRow)。 – Anna

回答

0

是否要刪除所選行?如是。

RemoveObjectAtIndex(indexPath.row); 
相關問題