Skip to content

Releases: bchrobot/StickyHeaderTabController

v0.2.2

07 Oct 16:38
1a0903f
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Changed

  • Updated readme to include demo gif and usage example.

v0.2.1

06 Oct 14:27
4b3ece9
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Fixed

  • Pod spec screenshot location.

v0.2.0

06 Oct 14:27
5d66c59
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • stickyHeaderTabController(_, didUpdateCompoundHeaderHeight:) delegate method.
  • Screenshots to Cocoapod spec.

Fixed

  • Content jump due to short tab content being pinned to tab bar after switching tabs.

v0.1.0

06 Oct 13:48
1ac1c1d
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Added

  • Static profile components.
  • Example project profile.
  • Selected state for tab bar.
  • Proper calculations for tab contentInset.
  • Scrolling of sticky components.
  • Synchronization of horizontal scrolling and tab selection.
  • Customization of StickyHeaderTabBarView.
  • Name label position and cover photo blur animations based on scroll.

Changed

  • Updated copyright notices.
  • TabBar bottom border is now drawn rather than it's own subview.

Fixed

  • Vertical scrolling of tabs within horizontal container.
  • Tab bar width calculation.