-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(ios): Add overrideable routing for CAPBridgeViewController subclasses #5546
Conversation
struct. Using an _ prefix is a common pattern for non-public types in the Swift standard library.
} | ||
|
||
// swiftlint:disable:next type_name | ||
internal struct _Router: Router { |
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 disabled the swiftlint violation here because this is common practice in the Swift standard library to use an _ prefix for non-public types
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'm fine with naming it something different if that's what we want to do as well.
No description provided.