Shaul
Shaul

Reputation: 11

how to draw text on a image

I have a UIView that i want to pres a button and then i will have a text box or a label that the user can change and move... Any one know where to start?

Upvotes: 1

Views: 553

Answers (1)

kennytm
kennytm

Reputation: 523294

For display purpose, just put a transparent UITextField on top of the UIImageView.

Upvotes: 1

Related Questions