Releases: deliveryhero/ios-parallax-pager
Releases · deliveryhero/ios-parallax-pager
Added accessibility ID to tabsConfig init.
0.12.0 Merge pull request #23 from deliveryhero/Feature/AddingAccessibilityI…
Passing Did change tab even when View controllers are the same
Passing Did change tab even when View controllers are the same
Add tab change origin
- Added tab change origin
Use equal width for tabs when possible.
When useFullWidth is on for tabs config, improved to be using equal width for tabs when possible instead of having different width for tabs even when not needed.
Adding Pager View
In this Release:
- Adding new class PagerView to only works with tabs.
- Allow Attributed titles for tabs
- Adding settings fro Full width Tab
Removing scroll indicator from tabs View
0.8.1 Hide scroll indicator from TabsView (#17)
Work with Content Insets for ScrollViews
Now we are respecting original content insets for scroll vies inside the pager
Fixing issue on content insets
0.7.12 Fixing content insets bug
Expose Header View
Just adding a getter for HeaderView
Expose Tab title horizontal insets
In order to allow adding padding space for selected tab title and selection indicator, we've added an attribute for TabsConfig
named horizontalTabTitleInsets
to add padding between tab title and selection indicator in case of the selected tab.