-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Migrate app to SwiftUI #801
Conversation
- Using LabeledContent instead of HStack - Proper handling of settingsSendCrashReports when already set - Integrated ClientCertificatesView, RTFTexView
…ingsViewController are not needed anymore
Wow, thats great, can't wait to take a look ! |
… settings2swiftui
…-ios into settings2swiftui
Hey @timbms hows this coming? Should we review / test it? There are a number of PR's we have both opened, before i start merging i wanted to coordinate with you so i don't cause extra merging headaches for you. |
Should be good for testing. Please try it |
So this looks good! I found an unrelated bug in our notification decoding, but once that was fixed, i can list notifications as well as client certs (i'll open a PR for that later today) Looks like there is some commented out code and the old view classes are still there in "obsolete" named folders, do you want to clean those up before we do a final review, test and merge ? |
Delete obsolete code Remove unnecessary part of storyboard
@digitaldan Please have a look |
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.
Just some commented out code, but otherwise LGTM,
…iewController is migrated to SwiftUI
@digitaldan Please have a look |
Great |
Start with SettingsView