Top "Uitextview" questions

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

Change UITextField and UITextView Cursor / Caret Color

I'm wondering about changing the color of the cursor / caret in a UITextField (And UITextView if its the same answer) …

ios colors uitextfield cursor uitextview
Swift: Display HTML data in a label or textView

I have some HTML data, which contains headings, paragraphs , images and lists tags. Is there a way to display this …

html ios swift uitextview nsattributedstring
how to make UITextView height dynamic according to text length?

As you can see in this image the UITextView changes it's height according to the text length, I want to …

ios swift uitextview
UITextView that expands to text using auto layout

I have a view that is laid out completely using auto layout programmatically. I have a UITextView in the middle …

ios uitextview autolayout nslayoutconstraint
Adding a line break to a UITextView

I have a UITextView that takes an NSString with formatting stringWithUTF8String. It is getting its values from a database …

utf-8 nsstring uitextview whitespace
How to insert placeholder in UITextView?

Is there any way to insert a placeholder in a UITextView similar to the UITextField? If yes, then please send …

iphone uitextview
How disable Copy, Cut, Select, Select All in UITextView

The UITextView's Copy, Cut, Select, Select All functionality is shown by default when I press down on the screen. But, …

ios objective-c uitextview
Getting and Setting Cursor Position of UITextField and UITextView in Swift

I've been experimenting with UITextField and how to work with it's cursor position. I've found a number of relation Objective-C …

ios swift uitextfield uitextview uitextposition
UILabel auto resize on basis of text to be shown

I'm working on an application, in which I'm required to autoresize the text area on basis of text to be …

ios objective-c uilabel uitextview
How can I change the color of a part of a TextView?

text = text + CepVizyon.getPhoneCode() + "\n\n" + getText(R.string.currentversion) + CepVizyon.getLicenseText(); activationText.setText(text); myTextView.setText(text); I want …

android uitextview textview