-
Notifications
You must be signed in to change notification settings - Fork 995
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
Remove custom back button in VCs #789
Conversation
Only use system back button or Cancel buttons everywhere.
👍 |
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.
Yeah maybe? I don't think it's that big a deal tbh and adding extra text to the end will just lead to the back button text being truncated anyway. |
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.
fair - lgtm then
There some other adjustments I would make to this page, anyway, some other time:
|
Remove "Back" string from all translations. Fix Xcode project to correctly interpret the simplified Chinese strings file as UTF-8 Remove unused methods.
Fixes SwiftUI crash from double presentation (custom flow)
Only use system back button or Cancel buttons everywhere.
Our fake Back button we had been using doesn't match iOS 11 back buttons and doesn't behave correctly. It will be even harder to fix given iOS 11's different nav bar sizes. Instead just use Cancel buttons or the system back button everywhere instead.