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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -