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
We should decide whether to allow all properties we do in normal Component UI XMLs and then ignore some of them when generating the LaunchScreen.xib/storyboard file, or if we disallow those properties directly.
The text was updated successfully, but these errors were encountered:
LaunchScreen.ui.xml would be a special kind of component that would not only generate Swift code, but also a
.nib
/.storyboard
files.This would let us make
InitialController
easily without duplication.Example:
We should decide whether to allow all properties we do in normal Component UI XMLs and then ignore some of them when generating the
LaunchScreen.xib/storyboard
file, or if we disallow those properties directly.The text was updated successfully, but these errors were encountered: