Releases: polydice/ICInputAccessory
Releases · polydice/ICInputAccessory
v2.0.1
24 Feb 22:49
Compare
Sorry, something went wrong.
No results found
Fix the embedded standard library issue #32
v2.0.0
31 Oct 23:47
Compare
Sorry, something went wrong.
No results found
Drop class name prefixes
Add an easy to use OptionPickerControl that displays a UIPickerView with given options
v1.5.0
11 Apr 15:18
Compare
Sorry, something went wrong.
No results found
v1.4.1
30 Oct 15:42
Compare
Sorry, something went wrong.
No results found
Fix tokenField(_:didChangeInputText:) with the delete key #20
v1.4.0
16 Aug 15:03
Compare
Sorry, something went wrong.
No results found
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 )
v1.3.0
04 Feb 06:39
Compare
Sorry, something went wrong.
No results found
Swift 3.0
Support pod try ICInputAccessory
v1.2.1
04 Feb 06:38
Compare
Sorry, something went wrong.
No results found
v1.2.0
28 Sep 15:30
Compare
Sorry, something went wrong.
No results found
Swift 2.3
Improved documentation
v1.1.0
04 Aug 02:51
Compare
Sorry, something went wrong.
No results found
Swift 2.2
Support storyboard
CocoaPods subspecs
CocoaPods (1.0.1)
v1.0.0
16 Mar 10:17
Compare
Sorry, something went wrong.
No results found
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.