Allows you to add multiple view controllers and have them scroll horizontally, with a header scroller that stays in sync with the content and shows next, current and previous items. A zoom out effect appears as you scroll between pages. Similar in style to the Groupon app.
I don't know if this happens in other cases but when using with StoryBoard, NavigationViewController and reusing previous tableView controllers the content view is not resized properly, causing the last row of the table view be cut-off.
Hi,
I don't know if this happens in other cases but when using with StoryBoard, NavigationViewController and reusing previous tableView controllers the content view is not resized properly, causing the last row of the table view be cut-off.
This is how I solved it:
Best.