File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ module: ICInputAccessory
88module_version : 1.4.0
99output : docs/output
1010theme : fullwidth
11+ skip_undocumented : true
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ Try <https://testflight.icook.tw>.
77[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg )] ( https://github.com/Carthage/Carthage )
88[ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/ICInputAccessory.svg )] ( https://cocoapods.org/pods/ICInputAccessory )
99![ Platform] ( https://img.shields.io/cocoapods/p/ICInputAccessory.svg )
10- [ ![ CocoaDocs] ( https://img.shields.io/cocoapods/metrics/doc-percent/ICInputAccessory.svg )] ( https://polydice.github.io/ICInputAccessory )
11- ![ Swift 3.0] ( https://img.shields.io/badge/Swift-3.0-orange.svg )
10+ ![ Swift 3.1] ( https://img.shields.io/badge/Swift-3.1-orange.svg )
1211
1312### ICKeyboardDismissTextField
1413
@@ -149,6 +148,11 @@ The displayed delimiter string can be customized by:
149148@objc optional func tokenField (_ tokenField : ICTokenField, subsequentDelimiterForCompletedText text : String ) -> String
150149```
151150
151+ ### Documentation
152+
153+ * [ ICInputAccessory Reference] ( https://polydice.github.io/ICInputAccessory )
154+ * [ Example Project] ( https://github.com/polydice/ICInputAccessory/tree/develop/Example )
155+
152156## Development
153157
154158* Set up dependencies by running the following command in the project root:
You can’t perform that action at this time.
0 commit comments