I am not using textView but using UIGraphics to drawString and save it as png
UIGraphicsBeginImageContext(CGSize(300,60));
var gra=UIGraphicsGetCurrentContext();
and then use NSAttribtedString to drawString
Topic:
UI Frameworks
SubTopic:
General
Tags: