ruddfawcett / Notepad

[iOS] A fully themeable markdown editor with live syntax highlighting.
http://rudd.fyi/notepad
MIT License
881 stars 106 forks source link

Objective C support #56

Closed mrimadali closed 4 years ago

mrimadali commented 4 years ago

Hi @ruddfawcett

Thanks for the awesome library. Is this library supports Objective-C? I'm integrating using Cocoapods.

Thanks Imad

ruddfawcett commented 4 years ago

Hi, this library was rebuilt for Swift, but was based on RFMarkdownTextView. You may want to check that out if you want a pure Objective-C version.

You can also import Swift into your Objective-C project.