- Update CI infrastructure to GitHub Actions
- Swift 5.0
- Fix the embedded standard library issue #32
- Drop Class Name Prefixes
- Add an easy to use
OptionPickerControl
that displays aUIPickerView
with given options
- Swift 4.0
- Fix
tokenField(_:didChangeInputText:)
with the delete key #20
- Reenable UI tests
- Combine the framework and example projects
- Specify SwiftLint version via CocoaPods
-
Added delegate methods:
@objc optional func tokenField(_ tokenField: ICTokenField, didChangeInputText text: String) @objc optional func tokenField(_ tokenField: ICTokenField, shouldCompleteText text: String) -> Bool @objc optional func tokenField(_ tokenField: ICTokenField, subsequentDelimiterForCompletedText text: String) -> String
-
Renamed delegate method:
@objc optional func tokenField(_ tokenField: ICTokenField, didCompleteText text: String)
- Swift 3.0
- Support
pod try ICInputAccessory
- Update to Xcode 8.2
- Swift 2.3
- Swift 2.2
- Support storyboard
- Support subspecs
Initial release written in Swift 2.1.
ICKeyboardDismissTextField
with an accessory view to dismiss keyboard.ICTokenField
, a text field that groups input texts as tokens.