【发布时间】:2012-05-17 09:23:50
【问题描述】:
这是我正在使用的代码:
if (appDelegate.currentMainIndexPath != nil /* && doesPathExistInTableView */)
{
[tblView scrollToRowAtIndexPath:appDelegate.currentMainIndexPath atScrollPosition:UITableViewScrollPositionTop animated:NO];
appDelegate.currentMainIndexPath = nil;
}
【问题讨论】:
标签: iphone objective-c ios xcode cocoa-touch