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
When it's added to TabBar, the scrollview extends under tab bar but it's scrollbars inset is within the viewport above TabBar.
Scrollbar does not extend under the TabBar. Scrollable area inset is known, PlusButton is expected to appear in that inset area.
Yes, we could fix it by setting:
self.plusButtonsView.offset = CGPointMake(0.f, -50.f);
But this is merely a workaround and may be broken in the future when different device and tabBar sizes introduced.
Expected: PlusButtons adjust inset according to observed scroll views scroll insets:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When it's added to TabBar, the scrollview extends under tab bar but it's scrollbars inset is within the viewport above TabBar.
Scrollbar does not extend under the TabBar. Scrollable area inset is known, PlusButton is expected to appear in that inset area.
Yes, we could fix it by setting:
But this is merely a workaround and may be broken in the future when different device and tabBar sizes introduced.
Expected: PlusButtons adjust inset according to observed scroll views scroll insets:
The text was updated successfully, but these errors were encountered: