- Rename wrongly named
-[NAKPlaybackIndicatorViewStyle minBarSpacing]
tomaxBarSpacing
.
- Introduce
NAKPlaybackIndicatorViewStyle
class, which allows you to customizeNAKPlaybackIndicatorView
. - Add
+[NAKPlaybackIndicatorViewStyle iOS10Style]
. - Require iOS 8 or later.
- Add support for 3x Retina devices.
- Drop support for non-Retina devices.
- Support
-[UIView viewForLastBaselineLayout]
to adapt to iOS 9 API.
- Resume the animation when an app has entered background and came back to foreground.
- Fix a failure with
pod try
.
- Initial release.