Bounds ViewController
I have this problem

Have you any idea how can I fix it?
When I swipe to me and came back it is work well
Are you using Storyboard or Nib for the view with AutoLayout?
I have the same issue as shown above. I am using a Storyboards for my views.
I am using a Storyboard! Have you any idea how can I fix it?
Might be an AutoLayout issue. Can you run example project and see same issue?
I have same issue too but only with segmented type. when i switch to standard all works ok.
Thanks for specifying the type. Will look into code.
I have the same problem. Any news on this?
@RitNaBegu , have you tried using autolayout to bind pagemenucontroller's view to its superview? If you don't want to use autolayout you could also set the frame of pagemenucontroller's view to that of its superview... example of second option would be something like:
myPageMenuController.view.frame = self.someParentView.bounds;
I have same issue too. Did anyone find solution to fix it ?