-
Notifications
You must be signed in to change notification settings - Fork 17
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
Added SwiftUI app based template #24
Conversation
Co-authored-by: Kabir Oberai <[email protected]>
Had a couple of comments but this looks good to me otherwise! Awesome work. |
Co-authored-by: Leptos <[email protected]>
I believe this is ready now that the launch images and libswift dependency issues were addressed, so I removed the draft status |
Co-authored-by: Kabir Oberai <[email protected]>
Co-authored-by: Leptos <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM in principle, just one request wrt the launch screen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great. Excited to get this in. Thanks Luki for your research, testing, and contribution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
What does this implement/fix? Explain your changes.
RootViewController.swift
everytime or just delete all theUITableView
code and add the basic one aContentView.swift
should have. Since the AppDelegate lifecycle was abandoned with the introduction of theApp
protocol following iOS 14, I also needed to add the basic code for a file like that, and only then I could start writing the actual code. SwiftUI is also based on structs so it makes sense (to me), having a separate template from the original UIKit one, besides this has become really convenient since I started using it so I thought I'd make a contribution here so everyone can hopefully use it if they wish to.Does this close any currently open issues?
Any relevant logs, error output, etc?
Any other comments?
Where has this been tested?
Operating System: … Kubuntu 22.04.3 LTS x86_64
Platform: …
Target Platform: … iOS/iPadOS
Toolchain Version: … Swift 5.8
SDK Version: … 15.5