I'm trying to make a UITextView look like a piece of paper with the red lines, margins, etc. I haven't found anything that would allow me to use graphics in a TextView and I can't use a TextField because I need to allow multiple lines... I've tried drawing in a normal UIView and then trying to blend that with the TextView but that apparently wasn't the right approach. Any help would be great. Thanks!
+1
A:
Do you just need a background image? This thread may help:
http://stackoverflow.com/questions/759658/uitextview-background-image
Joost Schuur
2010-06-26 06:05:31
Weird... I swear I tried that before and it didn't work... O well, not it works. Thank you so much
mike
2010-06-26 22:54:17