XLPagerTabStrip黑色空间

时间:2018-03-07 12:48:27

标签: ios iphone xlpagertabstrip

我正在使用XLPagerTabStrip来获取ios getting black space like this 中的android tabtool但是使用这个我在滚动端点视图控制器时为什么会在视图和屏幕之间出现黑色空格?以及如何解决它?

1 个答案:

答案 0 :(得分:0)

class MyPagerTabStripName: ButtonBarPagerTabStripViewController {
    super.viewDidLoad()
    ...
    self.containerView.bounces = false // add this line to disable bounce
}

或者如果您想保持跳出效果,可以设置视图backgroundColor,就像在图片中一样,您可以将backgroundColor更改为白色。