File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33* Added delegate methods:
44
55 ``` swift
6- @objc optional func tokenField (_ tokenField : ICTokenField, didChangeInputText text : String )
7- @objc optional func tokenField (_ tokenField : ICTokenField, shouldCompleteText text : String ) -> Bool
8- @objc optional func tokenField (_ tokenField : ICTokenField, subsequentDelimiterForCompletedText text : String ) -> String
9- ```
6+ @objc optional func tokenField (_ tokenField : ICTokenField, didChangeInputText text : String )
7+ @objc optional func tokenField (_ tokenField : ICTokenField, shouldCompleteText text : String ) -> Bool
8+ @objc optional func tokenField (_ tokenField : ICTokenField, subsequentDelimiterForCompletedText text : String ) -> String
9+ ```
1010
11- * Changed delegate method:
11+ * Renamed delegate method:
1212
1313 ``` swift
14- @objc optional func tokenField (_ tokenField : ICTokenField, didCompleteText text : String )
15- ```
14+ @objc optional func tokenField (_ tokenField : ICTokenField, didCompleteText text : String )
15+ ```
1616
1717## v1.3.0
1818
Original file line number Diff line number Diff line change @@ -155,16 +155,16 @@ The displayed delimiter string can be customized by:
155155* Set up dependencies by running the following command in the project root:
156156
157157 ```
158- make setup
159- ```
158+ make setup
159+ ```
160160
161161* Open ** ICInputAccessory.xcworkspace** and run the demo app with the ` Example ` scheme.
162162
163163* See more tasks for building and testing:
164164
165165 ```
166- rake -T
167- ```
166+ rake -T
167+ ```
168168
169169## Contributing
170170
You can’t perform that action at this time.
0 commit comments