File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ module: ICInputAccessory
8
8
module_version : 1.4.0
9
9
output : docs/output
10
10
theme : fullwidth
11
+ skip_undocumented : true
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ Try <https://testflight.icook.tw>.
7
7
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg )] ( https://github.com/Carthage/Carthage )
8
8
[ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/ICInputAccessory.svg )] ( https://cocoapods.org/pods/ICInputAccessory )
9
9
![ 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 )
12
11
13
12
### ICKeyboardDismissTextField
14
13
@@ -149,6 +148,11 @@ The displayed delimiter string can be customized by:
149
148
@objc optional func tokenField (_ tokenField : ICTokenField, subsequentDelimiterForCompletedText text : String ) -> String
150
149
```
151
150
151
+ ### Documentation
152
+
153
+ * [ ICInputAccessory Reference] ( https://polydice.github.io/ICInputAccessory )
154
+ * [ Example Project] ( https://github.com/polydice/ICInputAccessory/tree/develop/Example )
155
+
152
156
## Development
153
157
154
158
* Set up dependencies by running the following command in the project root:
You can’t perform that action at this time.
0 commit comments