I have achieved to implement UIPageViewController with 7 viewcontrolles as Tutorial for my app. It works well. My single Problem is that labels and other implemented views, are a little bit compressed during transition and then good placed. I don´t like this behavior. I have placed my views with constraints (Storyboard). Should I take care about something to deny this compression´s behavior?
Asked
Active
Viewed 20 times
0
-
1[This question](http://stackoverflow.com/questions/29567313/child-view-controller-shifts-down) is a similar issue with layout not correct during page view controller transitions. It may help you identify your issue. – i_am_jorf Jun 05 '15 at 19:19
-
Thank you very much. I will try it . – Fahem Issameddine Jun 05 '15 at 19:23
-
It works. Thank you again for your tip – Fahem Issameddine Jun 05 '15 at 19:42
-
That's good. Thanks for letting me know. – i_am_jorf Jun 05 '15 at 21:18