Skip to content

v0.0.1

Choose a tag to compare

@lynnswap lynnswap released this 07 May 13:31
· 15 commits to main since this release
21281b5

TabBarAccessoryKit v0.0.1

New Features

  • Add TabBarAccessoryController for installing a floating UIView accessory on a UITabBarController.
  • Support leading, center, and trailing accessory placement.
  • Support accessory replacement, removal, and animated hide/show updates.
  • Use UIKit's native UITabAccessory on iOS 26+.
  • Support iOS 18 with an overlay fallback that keeps the accessory positioned with the tab bar.
  • Keep the accessory in sync when apps manually hide or show the tab bar on iOS 18.

Documentation

  • Add README usage guidance, requirements, tab bar minimization notes, DocC comments, and MIT license.