The UITextView class implements the behavior for a scrollable, multiline text region in iOS.
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-lineWhen I set my UITextView programmatically like this: [self.textView setText:@""]; The delegate method textViewDidChange: does not get called. Is …
ios cocoa-touch uitextview uitextviewdelegateI have a UITextView in my iPhone app for which I want to be able to toggle the autocorrectionType. When …
objective-c cocoa-touch uitextview autocorrectI'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 contentsizeIt's a pretty trivial question I know, but I have to be able to justify-align the text in a text …
ios swift uitextview justifyI know that there's a question similar to this already, but his solution didn't solve my problem. What I have …
ios swift uitextview uistackviewI 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 uifontIf 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-scriptI am trying to implement a form of a Terms & Conditions page where the "Proceed" button is only enabled …
ios cocoa uitextview uitextviewdelegatemy language is not supported by iOS by default, so unicode is not an option so i am using a …
ios uitextview iphone uitextviewdelegate