Re: [iPhone] How to scroll to UITableView footer view
Re: [iPhone] How to scroll to UITableView footer view
- Subject: Re: [iPhone] How to scroll to UITableView footer view
- From: Fritz Anderson <email@hidden>
- Date: Sat, 1 May 2010 22:03:33 -0500
On 1 May 2010, at 9:52 PM, Tharindu Madushanka wrote:
> How can I scroll to a UITableView footer all the time, while adding cells to
> table view content.
>
> Is there some way similar to scrollToRowAtIndexPath: , to scroll directly
> into my bottom footer view after adding new cells ?
What success do you have with -[UIScrollView scrollRectToVisible:animated:], using a CGRect calculated from the scroll view's contentSize?
UITableView is a UIScrollView. Always look for the properties and methods of the superclasses.
— F
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden