PagingMenuController icon indicating copy to clipboard operation
PagingMenuController copied to clipboard

Bounds ViewController

Open alecsechechel opened this issue 9 years ago • 10 comments

I have this problem screen shot 2016-08-02 at 12 57 43

Have you any idea how can I fix it?

alecsechechel avatar Aug 02 '16 10:08 alecsechechel

When I swipe to me and came back it is work well

alecsechechel avatar Aug 02 '16 10:08 alecsechechel

Are you using Storyboard or Nib for the view with AutoLayout?

kitasuke avatar Aug 27 '16 07:08 kitasuke

I have the same issue as shown above. I am using a Storyboards for my views.

grahammccarthy avatar Sep 02 '16 18:09 grahammccarthy

I am using a Storyboard! Have you any idea how can I fix it?

alecsechechel avatar Sep 22 '16 11:09 alecsechechel

Might be an AutoLayout issue. Can you run example project and see same issue?

kitasuke avatar Sep 22 '16 16:09 kitasuke

I have same issue too but only with segmented type. when i switch to standard all works ok.

japhethkosgei avatar Oct 05 '16 11:10 japhethkosgei

Thanks for specifying the type. Will look into code.

kitasuke avatar Oct 05 '16 18:10 kitasuke

I have the same problem. Any news on this?

markoengelman avatar Jan 26 '17 22:01 markoengelman

@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;

japhethkosgei avatar Jan 27 '17 08:01 japhethkosgei

I have same issue too. Did anyone find solution to fix it ?

thanhluan10t2 avatar Aug 11 '17 10:08 thanhluan10t2