Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for specifying LaunchScreen.ui.xml #42

Open
TadeasKriz opened this issue Mar 1, 2018 · 0 comments
Open

Add support for specifying LaunchScreen.ui.xml #42

TadeasKriz opened this issue Mar 1, 2018 · 0 comments

Comments

@TadeasKriz
Copy link
Member

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:

<Component launchScreen="LaunchScreen.xib">
    <ImageView image="backgroundImage" layout:edges="super" />
    <ImageView image="logo" layout:center="super" />
</Component>

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant