HTML to NSAttributedString and NSAttributedString to HTML
问题 i have a problem with NSAttributedString ... I want to convert a HTML string into an NSAttributedString and then work on the NSAttributedString (change some colors, fontsize, fontfamily, background- , foreground-Color) and then convert back plain HTML text from the NSAttributedString. Converting isn't a problem , but on each time I convert HTML to NSAS and back the fontsize getting bigger and bigger ?! Here is a picture and source code of my playground. // Playground - noun: a place where