self.view.opaque = YES;Not what I was looking for, but might as well write down, looks useful enough. Another tool in the toolbox, even though everything still looks like a nail.
self.view.backgroundColor = [UIColor yellowColor];
self.textView.opaque = NO;
self.textView.backgroundColor = [UIColor clearColor];
self.textView.textColor = [UIColor orangeColor];
Showing posts with label opaque. Show all posts
Showing posts with label opaque. Show all posts
Wednesday, March 30, 2011
How to Change UITextView Background Color
You have UIView, which contains UITextView with some text. This is how to change UITextView background color:
Labels:
clearColor,
opaque,
UIColor,
UITextView,
UIView
Subscribe to:
Posts (Atom)