kcandr / IQLabelView

IQLabelView is used to add text overlay and resize and rotate it with single finger.
MIT License
112 stars 32 forks source link

Multiple Lines for label #5

Open jamesTheKid opened 9 years ago

jamesTheKid commented 9 years ago

Hi @kcandr , your controller is really nice. I was wondering how I could add multiple line support while editing long text. Thanks

kcandr commented 9 years ago

Hi @kukuji. I'm not supposed to use the controller for long multiline text. This requires use a UITextView instead UITextField, I will try to do it soon. In the meantime, new line - new IQLabelView Thank you :smile:

jamesTheKid commented 9 years ago

Thanks @kcandr.