美文网首页
UITextView

UITextView

作者: Alan龙马 | 来源:发表于2018-07-14 14:38 被阅读10次

    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

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

    相关文章

      网友评论

          本文标题:UITextView

          本文链接:https://www.haomeiwen.com/subject/gbkypftx.html