我正在使用XLPagerTabStrip来获取ios getting black space like this 中的android tabtool但是使用这个我在滚动端点视图控制器时为什么会在视图和屏幕之间出现黑色空格?以及如何解决它?
答案 0 :(得分:0)
class MyPagerTabStripName: ButtonBarPagerTabStripViewController {
super.viewDidLoad()
...
self.containerView.bounces = false // add this line to disable bounce
}
或者如果您想保持跳出效果,可以设置视图backgroundColor
,就像在图片中一样,您可以将backgroundColor
更改为白色。