ios - Page in Page View Controller has a sudden dropping down motion -
i have 2 pages in app transitioned uipageviewcontroller. first page loads fine second page have 'dropping' motion similar .gif image below.
this occur once when page loaded. not sure causes suspicions constraints. seems applying constraints when page loaded.
i looking @ solution pre-load pages first , if works, expand solution pre-load previous , next page (if any). if there better solutions out there, share me.
i've had similar issues caused navigation controller/navigation bar , automaticallyadjustsscrollviewinsets
property in code, or "adjust scroll view insets" property in storyboard. looks first page not have set, , second page does.
Comments
Post a Comment