I want to have a thin gray border around UITextView, I have gone through documentation but couldn't find any property there. Please help.
|
|
|
|||||||||||||||||
|
|
Works great, but the color should be a CGColor, not UIColor:
|
|||||||||
|
|
I add UIImageView as a subview of the UITextView. This matches the native border on a UITextField, including the gradient from top to bottom:
These are the png images I use, and a jpg representation:
|
|||||||||||||
|
|
I don't think there is a way to do it in the SDK. Probably easiest if you just use an image and position it correctly to make it appear as though the text view has a border. This forum thread might also be of use: http://www.iphonedevsdk.com/forum/iphone-sdk-development/4864-adding-border-uitextview.html |
|||
|
|
|
I solved this problem in storyboard by putting a fully disabled UIButton behind the UITextView and making the background color of the UITextView clearColor. This works without requiring extra code or packages. |
|||
|
|

