File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Try <https://testflight.icook.tw>.
1818* A horizontal scrolling UI that groups input texts.
1919* Easy to add, select and delete tokens.
2020* Customizable icon and colors.
21+ * Supports storyboard.
2122
2223![ ICTokenField] ( https://raw.githubusercontent.com/polydice/ICInputAccessory/gh-pages/screenshots/ICTokenField.gif )
2324
@@ -106,6 +107,15 @@ public var normalTokenAttributes: [String : NSObject]? { get set }
106107public var highlightedTokenAttributes: [String : NSObject]? { get set }
107108```
108109
110+ * Customizable properties in storyboard:
111+
112+ ``` swift
113+ @IBInspectable var icon: UIImage?
114+ @IBInspectable var placeholder: String ?
115+ @IBInspectable var textColor: UIColor?
116+ @IBInspectable var cornerRadius: CGFloat
117+ ```
118+
109119See ` Example/CustomizedTokenField.swift ` for more details.
110120
111121#### ICTokenFieldDelegate
You can’t perform that action at this time.
0 commit comments