You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of the interface is now scattered over multiple xib-files and storyboards. These should be unified into a single storyboard.
These makes it much easier for maintainers to locate the correct interface element, to see how all interface elements are interrelated (segues) and to edit elements.
Xcode uses the relations from the storyboard to correctly morph an app to a specific device and window mode. We lose this now.
I suspect also that the lack of this information results in bad screen colors, as xcode can not figure out the role of an interface screen.
The implementation of the interface is now scattered over multiple xib-files and storyboards. These should be unified into a single storyboard.
These makes it much easier for maintainers to locate the correct interface element, to see how all interface elements are interrelated (segues) and to edit elements.
Xcode uses the relations from the storyboard to correctly morph an app to a specific device and window mode. We lose this now.
I suspect also that the lack of this information results in bad screen colors, as xcode can not figure out the role of an interface screen.