UITextView

https://www.jianshu.com/p/dffa59bc490b
placeholder
https://github.com/iOSHJH/InputView
高度自适应的TextField
https://www.jianshu.com/p/58267727ba5f
高度自适应
https://www.jianshu.com/p/1844b2a48ddd
https://www.jianshu.com/p/32a4747a19fb
https://www.jianshu.com/p/8a6dba5627b6
https://www.jianshu.com/p/9e8b1bb986fe

##内边距
self.textView.textContainerInset = UIEdgeInsetsMake(0, -3, 0, 0); //调整内边距,光标位置

你可能感兴趣的:(UITextView)