Both UITextField and UITextView use the UITextInput protocol. The selectedRange property of UITextView returns NSRange, where UITextField does not have any selection properties/methods. I want to u
Tag: UITextView
iPad – UITEXTVIEW width is greater than 512 does not display text
Whenever I expand UITextView to a size greater than 512, the code is as follows:
textView = [[UITextView alloc ] initWithFrame: CGRectMake(0, 0, 513, 1024)]; It doesn’t display any text anymo