Thank you Kyle. But could you be more specific?

15.10.2013 21:18, Kyle Sluder wrote:
On Oct 15, 2013, at 11:05 AM, Vyacheslav Karamov <ubuntul...@yandex.ru> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to