iOS 返回应用时 界面会闪一下
ringa_lee
ringa_lee 2017-04-17 17:58:26
0
7
1492

app从其他应用返回的时候屏幕会闪一下。有大神遇到过这个问题吗?。
是因为用了什么框架吗。。

ringa_lee
ringa_lee

ringa_lee

reply all(7)
Peter_Zhu

See if setBackButtonTitlePositionAdjustment has been called, which is used to adjust the return button of the navigation bar. Comment this out and test to see the effect

大家讲道理

Maybe that interface has a refresh view operation in the viewdidappear function.
Or the interface resets the UI causing a splash screen.

巴扎黑

The flash may be because the view is refreshed! You can look at the logic.

小葫芦

It is indeed usually because of a refresh, please check to see if it is correct[tableView reloadData]

PHPzhong

Has the poster’s problem been solved? I also encountered this problem

刘奇

Try it, add a background to the interface and see the effect

巴扎黑

self.view.backgroudColor is not set

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