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: Quincey Morris <email@hidden>
- Date: Tue, 15 Oct 2013 11:43:28 -0700
On Oct 15, 2013, at 11:05 , Vyacheslav Karamov <email@hidden> wrote:
> How to do this in a right way?
I think UICollectionView may be what you want:
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/UIKitUICatalog/UICollectionView.html
You can implement the special behavior of the first row and column as decoration/supplementary views, or by customizing the layout process, depending on how it's supposed to look.
_______________________________________________
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