The UITextView class implements the behavior for a scrollable, multiline text region in iOS.
can any one help to change the font size in UITextView. [textView setFont:[UIFont fontWithName:@"ArialMT" size:30]]; I use this …
iphone xcode uitextview font-sizeI have a UITextView object. The text in UIView has a phone number, mail link, a website link. I want …
ios objective-c hyperlink uitextviewI need to show users a multi-line text input "box" with a height greater than the standard height of a …
ios swift uitextfield uitextview multilineHow can you detect a change of data in a UITextView with Swift? The following code does not do any …
ios swift uitextviewI have the classical grouped UITableView with editable UITextViews inside every cell. This text views can be single or multi-lined, …
iphone uitableview resize uitextviewI have a UITextView added on my UIView. The textview added is not editable, it is just to display some …
iphone uitextviewAfter upgrading to Xcode 11.2 from Xcode 11.1 my app crashes: *** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate …
ios swift xcode uitextview xcode11.2I have a UITextView which is managed via Interface Builder. As data detection I have "Links" checked. In iOS 6 everything …
ios objective-c ios6 uitextview ios7I want to add both text and image in UITextView. The textview should be expanded according to the length of …
ios uitextviewas the title says i am trying to add padding-like behavior to a UITextView. The textview is generated when the …
ios uitextview padding