Skip to content

Commit 3fca2fe

Browse files
committed
Update README.md
1 parent 8a24384 commit 3fca2fe

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }
106107
public 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+
109119
See `Example/CustomizedTokenField.swift` for more details.
110120

111121
#### ICTokenFieldDelegate

0 commit comments

Comments
 (0)