0

I followed the tutorial online to test UIPageViewController. Everything ran well in the simulator, but when I tested it in my iphone 5s and iphone 6, the transition looked wired like the gif image. It looks like the subview was resizing after transition. However, if the next/previous image was loaded before, there is no resizing issue. Can anyone help me?

enter image description here

Hunter Chung
  • 99
  • 1
  • 5

1 Answers1

0

I found the answer from another stackoverflow post. Basically it is a constraint problem. I just changed from base on the layout guide to the view., and everything works well.

Community
  • 1
  • 1
Hunter Chung
  • 99
  • 1
  • 5