Subject: Re: Paging UITableView 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...@xxxxxxxx> 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...@xxxxxxxxx> 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-...@xxxxxxxxxxxxxxx) > > >> 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...@xxxxxxxxx > > > _______________________________________________ > > > Cocoa-dev mailing list (Cocoa-...@xxxxxxxxxxxxxxx) > > > 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...@xxxxxxxx > > _______________________________________________ > > Cocoa-dev mailing list (Cocoa-...@xxxxxxxxxxxxxxx) > > 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-98506@xxxxxxxxxxxxxxxx _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@xxxxxxxxxxxxxxx) 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/maillists%40codeha.us This email sent to maillists@xxxxxxxxx |