CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Nov 2016 |
Maintained by 11401160202oO.
可在xib or storyboard中设置
let field: UITextField
field.ib_maxLength = 10
textView: UITextView
textView.ib_maxLength = 10
placeholder like UITextField
textView.ib_placeholder = "在此输入内容"
pod 'IBTextRange', '~> 1.0.2'