-
Notifications
You must be signed in to change notification settings - Fork 328
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
Customer Center DocC updates #4564
Conversation
@@ -18,10 +18,10 @@ import Foundation | |||
/// Presentation options to use with the [presentCustomerCenter](x-source-tag://presentCustomerCenter) View modifiers. | |||
public enum CustomerCenterPresentationMode { | |||
|
|||
/// Customer center presented using SwiftUI's `.sheet`. | |||
/// Customer Center presented using SwiftUI's `.sheet`. |
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.
I think it should use double backticks?
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.
The double backticks are used to link to a specific symbol/function. I think we'd need to use the full reference to a specific .sheet function. Since there are multiple .sheet functions, I think it's best to keep it as is and not mention a specific implementation in the docs in case we change it in the future
This PR is a follow-up to some comments from #4560 's review and updates some of the Customer Center's DocC documentation. It:
CustomerCenterView
andCustomerCenterViewController
class/structs, taken from the public docs here: https://www.revenuecat.com/docs/tools/customer-center#overview