如何将按钮放在PageViewController的底部?

时间:2015-08-07 08:13:15

标签: ios iphone swift uipageviewcontroller

I

如图所示,我有ContentViewController,PageViewController和WelcomeController。你可以看到,我的WelcomeController上有按钮,位于底部。

使用代码:http://pastebin.com/Kf70RQWM

我将带有ContentView的PageView放入我的WelcomeController,但它覆盖了我的整个屏幕。我确实试过用这个:

self.pageViewController.view.frame = CGRectMake(0, 0, self.view.frame.width, self.view.frame.size.height - 50)

我的按钮有50px的空间,但在这种情况下,我得到了下一个:

enter image description here

黑色背景而不是我的按钮。

问题:如何将按钮放到那些黑色空间?

1 个答案:

答案 0 :(得分:0)

您忘了设置自动布局。请在此处查看提款请求https://github.com/orkhanalizade/messenger/pull/1

enter image description here

enter image description here

enter image description here