-
Notifications
You must be signed in to change notification settings - Fork 485
Support dark mode in auth flow #762
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
Conversation
use system label color
- Set auth cell fields to system color - Update Swift-flow main storyboard to use system colors
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. Does Xcode 10.x support the new key/values in the sample storyboard file?
I'll check and let ya know |
So, it opens with no problem. But, some of the constraints and such render oddly. Also, it won't build due to the |
I suppose I could use |
No, no need to update the code. Let's keep this PR open until we update Xcode on Travis to support building the new IB file. |
Is there an ETA to get this merged? Now that iOS 13 has officially launched, not having this is preventing our app from fully supporting dark mode. |
@morganchen12 I'm also curious about when it will be merged, now that Xcode 11 is generally available via the Mac App Store. |
I plan on merging this week. Bumping the dependency in Travis should take less than a day. |
Thanks @cbess for contributing! |
Resolves #723 for the Swift code authentication flow.