I have a UIPageViewController
set up to display pages of UITableViewController
content. The functionality is working just fine, but the table is hidden at the top and there is a strange black bar at the bottom.
So the first thing I did was go to the storyboard and change the settings for my UIPageViewController
as shown below.
The resulting view renders like this:
Ideally I would like the pager background to be translucent so that you can see the table below it. Also, although the top of the table is now visible, I don't like how the background has changed to a weird grey/translucent effect. Any suggestions on how to fix?