app从其他应用返回的时候屏幕会闪一下。有大神遇到过这个问题吗?。 是因为用了什么框架吗。。
ringa_lee
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.
viewdidappear
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]
[tableView reloadData]
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
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]
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