Skip to content

Releases: polydice/ICInputAccessory

v2.0.1

24 Feb 22:49
249ee4b
Compare
Choose a tag to compare
  • Fix the embedded standard library issue #32

v2.0.0

31 Oct 23:47
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Swift 4

v1.4.1

30 Oct 15:42
Compare
Choose a tag to compare
  • Fix tokenField(_:didChangeInputText:) with the delete key #20

v1.4.0

16 Aug 15:03
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Swift 3.0
  • Support pod try ICInputAccessory

v1.2.1

04 Feb 06:38
Compare
Choose a tag to compare
  • Update to Xcode 8.2

v1.2.0

28 Sep 15:30
Compare
Choose a tag to compare
  • Swift 2.3
  • Improved documentation

v1.1.0

04 Aug 02:51
Compare
Choose a tag to compare
  • Swift 2.2
  • Support storyboard
  • CocoaPods subspecs
  • CocoaPods (1.0.1)

v1.0.0

16 Mar 10:17
Compare
Choose a tag to compare

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.