jobandtalent / AnimatedTextInput

Animated UITextField and UITextView replacement for iOS
MIT License
760 stars 128 forks source link

Text Alignment #41

Closed tarekjradi closed 7 years ago

tarekjradi commented 7 years ago

Hi, first of all, congratulations for this project. Do I need know how align the text of textfield at right side, how I can do this?

victorBaro commented 7 years ago

Thank you.

There is a PR that was just approved (v0.5.0). It introduced support for attributed strings. This will allow you to create an NSParagraphStyle to set right alignment.

Tomorrow I will push the new version to cocoapods, sorry I haven't had time yet (although is in master, you can manually download it)