Releases: TimOliver/TOSegmentedControl
Releases · TimOliver/TOSegmentedControl
v1.2.0
v1.1.0
Enhancements
- All
addAPIs have hadnewremoved from them for more succinct naming. - Most Swift annotated methods have been renamed to match
UISegmentedControlmore closely.
Added
- Support for iOS 9.
- A new method called
setSelectedSegmentIndex(_:animated:)to allow animated transitions of the thumb.
Fixed
- Creating instances with
init(items:)was yielding no visible items. - Tint color of the reversible arrow icon wasn't updating properly.
- A deadlock was occurring when creating an instance with no items initially, and adding items later.
- A crash was occurring when trying to insert new items with invalid index numbers.
- Removed trailing separators when appending items with using
insertfunctions. - If touch events were canceled while tapping down on the control, UI state wasn't being restored to an untapped state.