标签: iphone cocoa-touch uitextview
我正在尝试获取UITextView框的最后一个编辑点。
我试过获取值textView.selectedRange.location,但它总是以2147483647(-1)的形式出现。
我应该何时阅读此值
答案 0 :(得分:2)
您可以将selectedRange保存在代理人的the -textViewShouldEndEditing: method中,然后使用此保存的值。
selectedRange
-textViewShouldEndEditing: