• 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: Scrollable GridView with fixed row and column
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Scrollable GridView with fixed row and column
      • From: Vyacheslav Karamov <email@hidden>
References: 
 >Scrollable GridView with fixed row and column (From: Vyacheslav Karamov <email@hidden>)

  • Prev by Date: Scrollable GridView with fixed row and column
  • Next by Date: Re: Scrollable GridView with fixed row and column
  • Previous by thread: Scrollable GridView with fixed row and column
  • Next by thread: Re: Scrollable GridView with fixed row and column
  • Index(es):
    • Date
    • Thread