I\'m creating an iOS app, and I would like to display an attributed string with specific tab stops specified in a UITextView. I would also like to draw them directly into U
ios 6.1 added NSParagraphStyle but it seem the CTParagraphStyleRef and NSParagraphStyle are not toll free bridging.
As result if you have CTParagraphStyleRef in NSAttributeString it causes:
[__NSCFType headIndent]: unrecognized selector sent to instance xxxx
and other methods for NSParagraphStyle such as alignment.