Fixing NavigationTitle Warning Errors In SwiftUI

For some strange reason when you add the navigationTitle() to any view inside the NavigationView it would throw constraint errors. Running the simulator it would build fine but will throw these constraint warnings. The Debug View Hierarchy shows the following which is still unclear to me how it works. Thanks to this post. Adding navigationViewStyle()… Read More Fixing NavigationTitle Warning Errors In SwiftUI