Top "Uitextview" questions

The UITextView class implements the behavior for a scrollable, multiline text region in iOS.

NSAttributedString '\n' ignored

I have a single view whose only UI element is a UITextView. In viewDidLoad: I create an attributed string with "…

ios ios6 uitextview nsattributedstring end-of-line
Is there a delegate call for when the text is changed on a UITextView?

When I set my UITextView programmatically like this: [self.textView setText:@""]; The delegate method textViewDidChange: does not get called. Is …

ios cocoa-touch uitextview uitextviewdelegate
How to toggle autocorrectionType on and off for an existing UITextView

I have a UITextView in my iPhone app for which I want to be able to toggle the autocorrectionType. When …

objective-c cocoa-touch uitextview autocorrect
UITextView doesn't update its contentSize

I'm dynamically sizing a UITextView's height and the height of the UITableViewCell it is embedded in when its content changes. …

ios objective-c uitableview uitextview contentsize
Justify-aligning text in a text view in swift

It's a pretty trivial question I know, but I have to be able to justify-align the text in a text …

ios swift uitextview justify
Xcode - Swift, UITextView won't display on UIStackView

I know that there's a question similar to this already, but his solution didn't solve my problem. What I have …

ios swift uitextview uistackview
UITextView font is nil

I created a UITextView with a font size of 14 in a storyboard and hooked it up to the detailDescriptionLabel property …

ios objective-c fonts uitextview uifont
How do you make a vertical text UILabel and UITextView for iOS in Swift?

If you came to this question based on the title but are not interested in Mongolian, you might be looking …

ios swift uilabel uitextview mongolian-vertical-script
Detect UITextView scroll location

I am trying to implement a form of a Terms & Conditions page where the "Proceed" button is only enabled …

ios cocoa uitextview uitextviewdelegate
Change the UITextView Text Direction

my language is not supported by iOS by default, so unicode is not an option so i am using a …

ios uitextview iphone uitextviewdelegate