Skip to content

Releases: deliveryhero/ios-parallax-pager

Added accessibility ID to tabsConfig init.

24 Mar 16:06
270e8a7
Compare
Choose a tag to compare
0.12.0

Merge pull request #23 from deliveryhero/Feature/AddingAccessibilityI…

Passing Did change tab even when View controllers are the same

25 Dec 12:41
a32da90
Compare
Choose a tag to compare

Passing Did change tab even when View controllers are the same

Add tab change origin

24 Oct 10:20
34afe1d
Compare
Choose a tag to compare
  • Added tab change origin

Use equal width for tabs when possible.

23 Apr 02:37
ae432cc
Compare
Choose a tag to compare

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

17 Apr 10:04
67010b2
Compare
Choose a tag to compare

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

04 Apr 10:18
d9e73a2
Compare
Choose a tag to compare
0.8.1

Hide scroll indicator from TabsView (#17)

Work with Content Insets for ScrollViews

22 Feb 13:42
a9a07bc
Compare
Choose a tag to compare

Now we are respecting original content insets for scroll vies inside the pager

Fixing issue on content insets

15 Feb 12:00
Compare
Choose a tag to compare
0.7.12

Fixing content insets bug

Expose Header View

13 Feb 16:46
Compare
Choose a tag to compare

Just adding a getter for HeaderView

Expose Tab title horizontal insets

04 Feb 16:32
Compare
Choose a tag to compare

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.