Using storyboard, a static UITableView requires a
UITableViewController.  How would one attach numerous static
UITableViews to a scrollView for paging?



On Feb 18, 10:35 pm, Roland King <r...@rols.org> wrote:
> Indeed in the documentation about nesting UIScrollViews it says ...
>
> Cross-directional scrolling is the term used when a scroll view that is a 
> subview of another scroll view scrolls at a 90 degree angle as shown in the 
> right image in Figure 6-1.
> An example of cross directional scrolling can be found in the Stocks 
> application. The top view is a table view, but the bottom view is a 
> horizontal scroll view configured using paging mode. While two of its three 
> subviews are custom views, the third view (that contains the news articles) 
> is a UITableView (a subclass of UIScrollView) that is a subview of the 
> horizontal scroll view. After you scroll horizontally to the news view, you 
> can then scroll its contents vertically.
> On Feb 19, 2012, at 1:09 PM, Luke Hiesterman wrote:
>
>
>
>
>
>
>
>
>
> > Who/what told you that table views can't be in scroll views? It wouldn't 
> > play nicely with swipe to delete, but iOS generally supports nested scroll 
> > views (and a table view is just a special scroll view).
>
> > Luke
>
> > On Feb 18, 2012, at 8:58 PM, "R" <r4eem...@gmail.com> wrote:
>
> >> I understand that one is not suppose to embed a UITableView in a
> >> UIScrollView.  I would like the ability to "Page" (horizontal scroll)
> >> multiple UITableViews.  Is there a way to do this without using
> >> UIScrollView?
>
> >> R
> >> _______________________________________________
>
> >> Cocoa-dev mailing list (cocoa-...@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/luketheh%40apple.com
>
> >> This email sent to luket...@apple.com
>
> > _______________________________________________
>
> > Cocoa-dev mailing list (cocoa-...@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/rols%40rols.org
>
> > This email sent to r...@rols.org
>
> _______________________________________________
>
> Cocoa-dev mailing list (cocoa-...@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/cocoa-dev-garchive-...
>
> This email sent to cocoa-dev-garchive-98...@googlegroups.com

_______________________________________________

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