Lukas
Lukas

Reputation: 1366

Richt Text Editor in Objective-C / iOS

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

Answers (1)

Radif Sharafullin
Radif Sharafullin

Reputation: 689

Use CoreText or just wait for iOS6, which will have attributed strings in nearly all UIKit controls

Upvotes: 2

Related Questions