Reputation: 1366
I'm currently using a UIWebView as RTF-Editor, but that method seems to be a little bit "laggy" and not very stable. Is there a better way to achieve a RTF-Editor in iOS? Are there any libraries out there? I've searched in google, but haven't found a lot...
Thanks, Lukas
Upvotes: 0
Views: 347
Reputation: 689
Use CoreText or just wait for iOS6, which will have attributed strings in nearly all UIKit controls
Upvotes: 2