美文网首页
YYTextView光标问题

YYTextView光标问题

作者: chic_wx | 来源:发表于2017-11-22 17:44 被阅读72次

    在项目中,需要修改YYTextView的光标位置

    NSInteger location = 0;//注意location不能大于textView.text.length
    self.textView = [YYTextView new];
    self.textView.selectedRange = NSMakeRange(loc, 0);
    

    相关文章

      网友评论

          本文标题:YYTextView光标问题

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