FormattedString Class in Swift
I created the FormattedString that I mentioned in a previous post. I wanted to encapsulate some basic formatting options in my own class that would use the NSAttributedString class internally. I also want to use the variadic function capability in Swift to make formatting text as simple and…
Continue reading