The UITextView class implements the behavior for a scrollable, multiline text region in iOS.
Is there a good way to adjust the size of a UITextView to conform to its content? Say for instance …
ios cocoa-touch autolayout uikit uitextviewMy application uses an UITextView. Now I want the UITextView to have a placeholder similar to the one you can …
ios objective-c cocoa-touch uitextview placeholderIs there a way to have multiple lines of text in UILabel like in the UITextView or should I use …
ios uilabel uitextview line-breaks multilineIn IB's library, the introduction tells us that when the return key is pressed, the keyboard for UITextView will disappear. …
iphone objective-c keyboard uitextview iphone-softkeyboardI am developing an application where user has to write some information. For this purpose I need a UITextField which …
ios uitextfield uitextviewHow can I add a placeholder in a UITextView, similar to the one you can set for UITextField, in Swift?
ios swift uitextview placeholderIt's trivial to make hyperlinks clickable in a UITextView. You just set the "detect links" checkbox on the view in …
ios objective-c hyperlink uitextview nsattributedstringI have a UITextView in my iOS Application, which displays a large amount of text. I am then paging this …
ios iphone cocoa-touch uikit uitextviewI am using a text view as a comment composer. In the properties inspector I can't find anything like a …
ios uitextviewHow can I display HTML text in textview? For example, string <h1>Krupal testing <…
ios iphone uitextview