Skip to content

Adding TextyButton and TextyTextView

Compare
Choose a tag to compare
@jeffMeador jeffMeador released this 23 May 21:42
· 33 commits to master since this release

TextyButton has been added to fully support UIButton and multiple states.

TextyTextView has been added to have minimal support for UITextView. It does not support editing.

TextStyle has been converted from a struct to a class. This prevents issues with properties inside a style being shared instances. This now means you need to use the copy constructor for TextStyle if you want to make a copy.