मैं इसके लिए चयनित सूचकांक चाहता हूं UITableView
। मैंने निम्नलिखित कोड लिखा है:
NSIndexPath *index = [NSIndexPath indexPathForRow:1 inSection:0];
[tableView scrollToRowAtIndexPath:index
atScrollPosition:UITableViewScrollPositionTop
animated:YES];
यह हमेशा 1 आइटम के लिए काम करता है। मैं चयनित सूचकांक में आना चाहता हूंindexPathForRow.
कृपया मदद कीजिए। धन्यवाद।