Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Releases: uias/CocoaBar

0.3.0

14 Sep 15:09
Compare
Choose a tag to compare

Added Xcode 9 support.

Updated

  • Updated to Swift 3.2.
  • Fixed compiler warnings for latest Swift syntax.

0.2.0

06 Oct 19:08
Compare
Choose a tag to compare

Added Swift 3 support.

Added

  • Subtitle style CocoaBarLayout to default styles.

Updated

  • Updated CocoaBar to support Swift 3.0.
  • Minor tweaks to default CocoaBarLayout appearances.

0.2.0 beta2

03 Oct 20:10
Compare
Choose a tag to compare
0.2.0 beta2 Pre-release
Pre-release

Further enhanced Swift 3 support.

Updated

  • Updated access controls in CocoaBar.
  • Clean up code structure slightly in CocoaBar.

0.2.0 beta1

30 Sep 17:15
Compare
Choose a tag to compare
0.2.0 beta1 Pre-release
Pre-release

Added initial Swift 3 support.

Added

  • Swift 3 support.
  • iOS 10 support.

0.1.7

26 Jul 17:23
Compare
Choose a tag to compare

Added timer utility methods to CocoaBar.

Added

  • Added ability to reset the display timer in CocoaBar via resetDisplayTimer.
    • Requested in #17

0.1.6

06 Jul 20:55
Compare
Choose a tag to compare

Improved usage when using via Cocoapods or module

Updated

  • Updated access control specifiers in CocoaBarLayout to make them accessible externally.

0.1.5

27 Jun 15:09
Compare
Choose a tag to compare

Minor appearance customisation enhancements.

Added

  • Ability to display rounded rectangular CocoaBarLayout via DisplayStyle #14
  • Activity indicator to CocoaBarActionLayout #13

0.1.4

21 Jun 15:33
Compare
Choose a tag to compare

Added enhanced code documentation.

Added

  • Improved code documentation coverage.

0.1.3

21 Jun 14:04
Compare
Choose a tag to compare

Minor code improvements.

Fixed

  • Fixed incorrect use of strong delegate objects.

0.1.2

13 Jun 14:16
Compare
Choose a tag to compare

Minor appearance updates, and enhanced iPad support.

Added

  • Drop shadow to CocoaBarLayout #6.
  • Enhanced iPad support - CocoaBar width is now percentage of screen not full width. #1
  • Swift Package Manager support #3