You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed text padding from horizontal and vertical padding values to UIEdgeInsets which allows padding to the left, right, top and bottom of the text rectangle. The properties horizontalTextPadding and verticalTextPadding were removed.
Basically redid most of the implementation. Improved support of different text alignments. Added support of the left and right auxiliary views and right-to-left languages. Added a view that draws an animated underline below the text (optional).