Как узнать, содержит ли UITableView конкретный NSIndexPath?

Вот код, который я использую:

if (appDelegate.currentMainIndexPath != nil /* && doesPathExistInTableView */)
{
    [tblView scrollToRowAtIndexPath:appDelegate.currentMainIndexPath atScrollPosition:UITableViewScrollPositionTop animated:NO];
    appDelegate.currentMainIndexPath = nil;
}
15
задан ThinkingStiff 1 February 2013 в 22:35
поделиться

0 ответов

Другие вопросы по тегам:

Похожие вопросы: