标签:io os sp for strong on bs cti as
// 默认选中第一行只执行一次(否则有BUG)
if (!isRuned) {
NSIndexPath *firstPath = [NSIndexPathindexPathForRow:0inSection:0];
[m_tableViewselectRowAtIndexPath:firstPath animated:YESscrollPosition:UITableViewScrollPositionTop];
isRuned = YES;
}
标签:io os sp for strong on bs cti as
原文地址:http://www.cnblogs.com/liman1990/p/4153520.html