我在首页写了个自定义tabbar,是用view写的,tabbar上面是tableview,来电时tableview变长,tabbar下移,怎么改这个效果呢,只让tableview压缩。
下面的view和add remind button组成了tabbar。middleview放了tableview。
我试着把tabbar那一部分移到跟外层view同一级,但是还是会下移。
这个事改过之后的UI结构,把tabBar部分挪到跟内部view一致,中间view距下部是44,tabbar距superView底部是0
PHP中文网2017-05-02 09:23:34
There should be a problem with your constraints. From your description, your constraints should be tabbar.top = tableView.bottom and should be changed to tabbar.bottom = super.bottom
phpcn_u15822017-05-02 09:23:34
If you wrote the TabBar yourself, it is normal for it to behave like this. It is recommended that you use the system.