Vectorform Texty Versions Save

Enjoy clean and easy text styling using a simplified and structured syntax.

0.2.6

4 years ago

Added support for Swift 5.0 and implemented various bug fixes.

0.2.3

5 years ago

Added support for Swift 4.2 and Xcode 10.

0.2.2

6 years ago

Added support for Swift 4 and Xcode 9.

0.2.1

6 years ago

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.

0.1.5

7 years ago

Documentation for the project has been updated

0.1.4

7 years ago

This release adds support for Carthage.

0.1.1

7 years ago

Contains a new implementation of the tag parser allowing for a few more features.