I am looking for a sample project which should have basic rich text editing features (Bold,Italic,Underline,Alignment,Attaching images).
I went through Google search results there are several editors available for iOS
but those all are developed by using UIWebView
with HTML
. I am looking for the one which developed by using UITextView
along with new features in iOS 6
and 7
(NSAttributedString
, NSTextattAchment
)
Can please guide me if you know any open source code or tutorial?
Thanks in advance!