Child View Controller shifts down

前端 未结 2 1938
予麋鹿
予麋鹿 2021-01-05 07:43

I have a TutorialsViewController that has a PageViewController added programmatically as:

- (void)viewDidLoad {
    [super viewDidLoad];
    // Do any additi         


        
2条回答
  •  感情败类
    2021-01-05 08:23

    I've solved this problem with the help of this answer: iOS 8 UIPageViewController Applying Constraints After Transitions by replacing in PageViewController's child all constraints on top layout guide to view.

提交回复
热议问题