-
Notifications
You must be signed in to change notification settings - Fork 488
README for SwiftUI alpha release #1251
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
morganchen12
left a comment
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 with some small changes.
| shouldAutoUpgradeAnonymousUsers: Bool = false, | ||
| customStringsBundle: Bundle? = nil, | ||
| tosUrl: URL = URL(string: "https://example.com/tos")!, | ||
| privacyPolicyUrl: URL = URL(string: "https://example.com/privacy")!, |
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.
Maybe these parameters shouldn't have default values, or should be nullable. It would be an error to ship your app with these default values.
(This can be addressed in a separate PR)
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.
Good point - I think nullable is right. I'll address in separate PR.
README for alpha release. Documentation on how to install, setup and configure and what API is available.