Use Swift UI for the Conjugate App#604
Use Swift UI for the Conjugate App#604angrezichatterbox wants to merge 4 commits intoscribe-org:mainfrom
Conversation
Thank you for the pull request! 💙The Scribe-iOS team will do our best to address your contribution as soon as we can. If you're not already a member of our public Matrix community, please consider joining! We'd suggest that you use the Element client as well as Element X for a mobile app, and definitely join the Note Scribe uses Conventional Comments in reviews to make sure that communication is as clear as possible. |
Maintainer ChecklistThe following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :) |
14d55c3 to
210116e
Compare
|
I will fix the errors later today. I using git stash apply made some conflicts in the project.pbxproj. |
9bd0af2 to
545f58f
Compare
545f58f to
3f5797c
Compare
Removed unnecessary comments and added SPDX license header.
|
@andrewtavis Once this is merged we could have plenty of issues created for Scribe-iOS for making the UI. We could also look into changing certain screens in the storyboard to use SwiftUI. |
Contributor checklist
xcodebuildandswiftlint --strictcommands as directed in the testing section of the contributing guideDescription
This PR sets up the basis to use Swift UI for the conjugate target. Currently it uses a Tab View with all the screen being shown. The UI has not been implemented and rather a white screen with the screen name is currently shown.
Related issue