iphone - Which method is called when tableview is stopped forcely by Scrolling? -
i having tabelview values , scrolling fastly.i stopped scorlling tapping on tableview , want know indexpath of cell touched.how can this? called scorll view delegates method
- (void)scrollviewwillenddragging:(uiscrollview *)scrollview withvelocity:(cgpoint)velocity targetcontentoffset:(inout cgpoint *)targetcontentoffset { // method called using scrollview delegates }
but returning top visible row's indexpath , value. please help!
get response , save in dictionary.
nsdictionary *u = [results objectatindex:indexpath.row];
create button on scroll view , set tag value =indexpath.row
on clicking button while scrolling index of cell (button here) clicked.
Comments
Post a Comment