Re: Paging UITableView

2012-02-19 Thread R
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 wrote: > Indeed in the documentation about nesting UIScrollViews it says ... > > Cross-directional scrolling i

Re: Paging UITableView

2012-02-18 Thread Roland King
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 fo

Re: Paging UITableView

2012-02-18 Thread Luke Hiesterman
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" wrote: > I understand that one is not suppose to em

Paging UITableView

2012-02-18 Thread R
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-dev@