The UITextView class implements the behavior for a scrollable, multiline text region in iOS.
Can anyone think of a reason that the blinking cursor would not show up in a UITextView? I have a …
ios iphone ipad uitextfield uitextviewNSString *str = @" My name is Mike, I live in California and I work in Texas. Weather in California is nice …
ios nsstring uitextview nsattributedstring nsrangeThere are many great examples on SO to remove the left padding of a UITextView. How to lose margin/padding …
ios uitextview paddingI need to find the pixel-frame for different ranges in a textview. I'm using the - (CGRect)firstRectForRange:(UITextRange *)range; …
objective-c ios5 uitextview nsrangeHow 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 uitextviewI 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-storyboardI am making a an app that has a UITextView and a button. When I click the button some text …
ios uitextviewIn a UITextView, when we click on it, A keyboard appears, but when user press return key, (normally creates a …
iphone uitextview iphone-softkeyboardI'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 uitextviewMy application navigation based. UItextView for notes UIViewController. I am writing data for text to file. Now i need to …
iphone uitextview nsfilehandle