2011-05-12 28 views

回答

10

你可以這樣做:

[yourTableView deselectRowAtIndexPath:[yourTableView indexPathForSelectedRow] animated:NO]; 
2

如果你獲得到單元格的引用,也可以撥打

​​
相關問題