61 lines
1.2 KiB
Markdown
61 lines
1.2 KiB
Markdown
# TextFormater
|
|
a pod to convert String to NSAttributedString
|
|
|
|
## LAST
|
|
[](https://travis-ci.org/1Fr3dG/TextFormater)
|
|
[](http://cocoapods.org/pods/TextFormater)
|
|
[](http://cocoapods.org/pods/TextFormater)
|
|
[](http://cocoapods.org/pods/TextFormater)
|
|
|
|
* Rebuild
|
|
* LaTeX equation
|
|
* New syntax
|
|
|
|
|
|
## 1.4.1
|
|
|
|
* Add OSX support back
|
|
|
|
## 1.4.0
|
|
|
|
* Support Swift 4 (on ios only)
|
|
|
|
## 1.2.3
|
|
|
|
* Support persentage (%) size for image
|
|
|
|
## 1.1.6
|
|
|
|
* Surplus `</>` will be ignore
|
|
|
|
So wrong structure may not cause app be killed, but note format result may be incorrect
|
|
|
|
## 1.1.4
|
|
|
|
* support spm
|
|
|
|
## 1.1.3
|
|
|
|
* `format(String?)` returns `NSAttributedString?` now. nil for nil.
|
|
|
|
## 1.1.2
|
|
|
|
* add `dynamicFormatDelegate`
|
|
|
|
## 1.1.1
|
|
|
|
* add OSX screenshot
|
|
|
|
## 1.1.0
|
|
|
|
* add OSX support
|
|
|
|
## 1.0.1
|
|
|
|
* add color "clear"
|
|
* write readme.me
|
|
|
|
## 1.0.0
|
|
Moved from my last project, prepare for next.
|
|
|
|
In my last project, this class was used to generate view from plain text which read from json. |