TARGET:
To achieve this.
APPROACH:
- Read about Container Views
- Found
RKSwipeBetweenViewControllers
- Thought of blending both in to one
GLITCH:
The aforementioned Third Party (RKSwipeBetweenViewControllers
) is basically a child of UINavigationController
, manipulating UIPageViewController
and UIScrollView
, and so, what I am trying to achieve here... is to have this NavController embedded in to the Container View
.
OUTCOME:
This, however, doesn't work and shows a black container where I'm viewDidLoad-embedding
the RWSwipeViewControllers
.
REFERRED:
The following, however, of no use to me: