Skip to content

Releases: faberNovel/ADNavigationBarExtension

v2.1.0

26 Apr 10:11
e7915f2
Compare
Choose a tag to compare

Added

  • Add support for Swift Package Manager

v2.0.0

05 Mar 08:48
c0466d0
Compare
Choose a tag to compare

Changed

  • Bump ADUtils requirements to 12+

Fix

  • Fix safe area when setting the child VCs directly

Removed

  • Drop support of iOS 11, 12 and 13
  • Remove workaround property ad_isTranslucent, use UINavigationBar.appearance().isTranslucent instead.

v1.0.4

22 Jun 08:26
cb8fb9c
Compare
Choose a tag to compare

Fix

  • Observe topViewController's properties for:
    • preferredStatusBarStyle
    • preferredInterfaceOrientationForPresentation
    • shouldAutoRotate
    • supportedInterfaceOrientations
  • Fix navBar background image reset

v1.0.3

22 Mar 08:59
Compare
Choose a tag to compare

Added

  • Set toolbars to fake navigation bar appearance public

v1.0.2

06 Jan 10:02
Compare
Choose a tag to compare

Fix

  • Fix misplacement of navigation bar extension while hiding navigation bar (issue #5)

v1.0.1

10 Dec 08:26
Compare
Choose a tag to compare

Update

  • update ADUtils

v1.0.0

22 Jun 12:16
a7d9a00
Compare
Choose a tag to compare

Fixed

  • Readme
  • Swiftlint warning
  • Repository migration