objective-c - iOS应用在接听电话时UI下移,怎么处理
怪我咯
怪我咯 2017-05-02 09:21:34
0
2
759

我在首页写了个自定义tabbar,是用view写的,tabbar上面是tableview,来电时tableview变长,tabbar下移,怎么改这个效果呢,只让tableview压缩。

下面的view和add remind button组成了tabbar。middleview放了tableview。
我试着把tabbar那一部分移到跟外层view同一级,但是还是会下移。



这个事改过之后的UI结构,把tabBar部分挪到跟内部view一致,中间view距下部是44,tabbar距superView底部是0

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(2)
洪涛

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_u1582

If you wrote the TabBar yourself, it is normal for it to behave like this. It is recommended that you use the system.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template