Top "Uitextview" questions

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

Cursor not showing up in UITextView

Can anyone think of a reason that the blinking cursor would not show up in a UITextView? I have a …

ios iphone ipad uitextfield uitextview
How to get NSRange(s) for a substring in NSString?

NSString *str = @" My name is Mike, I live in California and I work in Texas. Weather in California is nice …

ios nsstring uitextview nsattributedstring nsrange
IOS - remove ALL padding from UITextView

There are many great examples on SO to remove the left padding of a UITextView. How to lose margin/padding …

ios uitextview padding
Create UITextRange from NSRange

I need to find the pixel-frame for different ranges in a textview. I'm using the - (CGRect)firstRectForRange:(UITextRange *)range; …

objective-c ios5 uitextview nsrange
UITextView with Syntax Highlighting

How to do Syntax Highlighting in a UITextView, specifically syntax highlighting (and detection) for Objective-C on the iPhone? Some of …

iphone objective-c cocoa-touch uitextview
Text views and image view disappearing from view controller in Xcode 6.1 storyboard

I updated to Xcode 6.1 to fix an error I was having with the Interface Builder Cocoa Touch Tool spiking to 99% …

uiimageview ios8 uitextview xcode6 xcode-storyboard
Scroll UITextView To Bottom

I am making a an app that has a UITextView and a button. When I click the button some text …

ios uitextview
How to hide keyboard - of - UITextView iPhone - by return Key

In a UITextView, when we click on it, A keyboard appears, but when user press return key, (normally creates a …

iphone uitextview iphone-softkeyboard
Large Text Being Cut Off in UITextView That is Inside UIScrollView

I'm having a serious problem that I just can't seem to fix and it's driving me insane for the last …

iphone ios uiscrollview uitextview
how to write in append mode for text file

My application navigation based. UItextView for notes UIViewController. I am writing data for text to file. Now i need to …

iphone uitextview nsfilehandle