How to get rid of blink between switching Tab Bar Item

扶醉桌前 提交于 2019-12-12 22:21:27

问题


In my app I should use a several Tab Bar Item with one Controller. To approach this in my Second and Third Tab Bar Item Controllers I use self.tabBarController?.selectedIndex = 0. As you can see this solution generates blink effect...

It's happens every time when I choose Third Tab Bar Item.

How to get rid of this blink?

Any help is greatly appreciated!

来源:https://stackoverflow.com/questions/39487531/how-to-get-rid-of-blink-between-switching-tab-bar-item

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!