I see it in debug view hierarchy but don't in simulator/device. What is the problem? Thanks.
Asked
Active
Viewed 227 times
1
-
can you post a zoomed out picture? Are you sure you have a navigationBar when your view loads? – Siriss Oct 02 '17 at 20:58
-
The alpha value may be 0. All views in the view hierarchy debugger are displayed with a value of 1.0 to allow you to see them. You can verify this by selecting the view and checking the alpha property in the inspector on the right. – wolfrevo Oct 11 '17 at 01:17
-
Confirm the problem, also facing it after updating the project to Swift 4 – Alexander Telegin Oct 16 '17 at 14:54
-
Possible duplicate of [Navigation bar title view missing in iOS11](https://stackoverflow.com/questions/46485827/navigation-bar-title-view-missing-in-ios11) – Blastfurnace Feb 03 '19 at 05:39