• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [iPhone] How to scroll to UITableView footer view
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [iPhone] How to scroll to UITableView footer view


  • Subject: Re: [iPhone] How to scroll to UITableView footer view
  • From: Scott Anguish <email@hidden>
  • Date: Mon, 3 May 2010 02:32:02 -0400

contentSize is the correct way to do this. It gives a ‘buffer zone’ at the top and bottom (and sides if you wish) on the scroll view.


On May 1, 2010, at 11:04 PM, Luke the Hiesterman wrote:

> UITableView is a subclass of UIScrollView. So, you can ask for its contentSize and then call scrollRectToVisible:animated: with a rect that lies at the end of the contentSize.
>
> Luke
>
> On May 1, 2010, at 7:52 PM, Tharindu Madushanka wrote:
>
>> Hi,
>>
>> 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 ?
>>
>> Thank you and Kind Regards,
>>
>> Tharindu Madushanak
>> _______________________________________________
>>
>> 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
>
> _______________________________________________
>
> 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

_______________________________________________

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

References: 
 >[iPhone] How to scroll to UITableView footer view (From: Tharindu Madushanka <email@hidden>)
 >Re: [iPhone] How to scroll to UITableView footer view (From: Luke the Hiesterman <email@hidden>)

  • Prev by Date: Re: [iPhone] How to scroll to UITableView footer view
  • Next by Date: Re: Strange NSScroller sizing behaviour
  • Previous by thread: Re: [iPhone] How to scroll to UITableView footer view
  • Next by thread: Re: [iPhone] How to scroll to UITableView footer view
  • Index(es):
    • Date
    • Thread