automaticallyAdjustsScrollViewInsets 标签栏不正常显示

想做的效果如下:

automaticallyAdjustsScrollViewInsets 标签栏不正常显示_第1张图片

结果那个首页、手办模型神马的就是不显示啊。。。

这个标签栏是用scrollView做的,解决办法:

viewController.automaticallyAdjustsScrollViewInsets = NO;

转载于:https://www.cnblogs.com/yintingting/p/4546149.html

你可能感兴趣的:(automaticallyAdjustsScrollViewInsets 标签栏不正常显示)