tags:

views:

12

answers:

1

I have a chalk board image and I want it to be like it your writing on the chalk board so the textbox would have to invisible but still functioning....

Any idea how I could do that?

A: 

You can achieve this by setting the text box's backgroundColor property to [UIColor clearColor]

Bjarne Mogstad
OH DUDE. Thats perfect. Thanks