I have a UIPageViewController inside UIViewController. I want to add an UIView to the PageViewController which would contain the Next & Previous buttons for Page Curling.(I know buttons arent required, its just for UI display.)
When in Portrait mode, My UIView (red box) is visble on the UIPageViewController (yellow background)
I have tried [view bringtoFrontview] & [view sendtoback] & [pageController.view insertSubview] but could get it worked...
Appreciate any kind of help..!! Thanks