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