Re: Scrollable GridView with fixed row and column
Re: Scrollable GridView with fixed row and column
- Subject: Re: Scrollable GridView with fixed row and column
- From: Kyle Sluder <email@hidden>
- Date: Tue, 15 Oct 2013 11:18:19 -0700
> On Oct 15, 2013, at 11:05 AM, Vyacheslav Karamov <email@hidden> wrote:
>
> I need to implement Grid view for iOS 7 and newer.
> The users should have ability to scroll its contents both horizontally and vertically.
> They also should have ability to mark the very first row and column as fixed i.e. non-scrollable.
>
> How to do this in a right way?
Subclass UIScrollView. Make your cells subviews of the scroll view. In -setContentOffset:, position the cells in your frozen row/column such that they are always visible, while the rest of the content scrolls beneath them.
Hope that's a helpful start. If you want much more detail, you're going to have to pay someone.
--Kyle Sluder
_______________________________________________
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