Adding TextyButton and TextyTextView
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.