J junmoney83 macrumors newbie Original poster Mar 3, 2010 20 0 Mar 22, 2010 #1 There are one view which have one tableview. i want to know how much i scroll when i scroll tableview. Is There any way?
There are one view which have one tableview. i want to know how much i scroll when i scroll tableview. Is There any way?
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Mar 22, 2010 #2 UITableView is a subclass of UIScrollView: you can use the normal content offset methods of UIScrollView.
UITableView is a subclass of UIScrollView: you can use the normal content offset methods of UIScrollView.