ClassyKit / Classy

Expressive, flexible, and powerful stylesheets for UIView and friends.
http://classykit.github.io/Classy/
MIT License
740 stars 77 forks source link

uitextfield padding? #78

Closed latteier closed 10 years ago

latteier commented 10 years ago

Is it possible to set padding (inset) on a uitextfield with classy?

I only really need left margin padding.

This is something I could do with pixate, but I don't see an obvious way to do it with classy.

Thanks!

cloudkite commented 10 years ago

You can use text-insets see https://github.com/cloudkite/Classy/blob/master/Classy/Parser/CASStyler.m#L485

latteier commented 10 years ago

Excellent! Thanks.