We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replace these two private properties on BottomSheetController:
private let minimumTopOffset: CGFloat = 44 private let minimumContentHeight: CGFloat = 88
with two public properties on BottomSheetController.Appearance.Layout (same default values).
Expand unit tests as needed to maintain 100% code coverage.
The text was updated successfully, but these errors were encountered:
mpospese
Successfully merging a pull request may close this issue.
Replace these two private properties on BottomSheetController:
with two public properties on BottomSheetController.Appearance.Layout (same default values).
Expand unit tests as needed to maintain 100% code coverage.
The text was updated successfully, but these errors were encountered: