AckeeCZ / ACKategories

Swift tools, cocoa subclasses and extensions.
MIT License
56 stars 13 forks source link

Attributed string concatenation #19

Closed josefdolezal closed 6 years ago

josefdolezal commented 6 years ago

This PR adds small extension to NSAttributedString allowing you to concatenate attributed strings. The concatenation may be done using method on NSAttributedString or by new concatenation operator ++.

I also added swift version shield (with version 4.0) to readme -- until now, the required version of swift was 2.2.