Reputation: 69
PageViewController is placed in SplitViewController and TextView is turned into a page.
Consecutive switching will break the size of the pageview or TextView.
AutoResizingMask on all views in the story board.
Is there any way to solve this problem?
source https://github.com/llscsrl/SplitAndPage
Thank you.
Upvotes: 0
Views: 75
Reputation: 69
I was able to solve the collapse of the display by setting the resizable horizontally.
Upvotes: 0