Vertical scroll is not active when a UITableView is put into a UIScrollView+PageControl
- by Ming
Hi all,
I am trying to simulate a TabStrip using UIScrollView+PageControl. Inside each Tab/Page (UIView is used here), I've put a UITableView inside. The outer scroll view & pageControl work perfect, I can swipe fom one page to the next. Now the problem iswhen there are more entries in the UITableView, the vertical scrolling of the inner UITableView does not work any more.
Anyone has an idea?
regards,
Ming