程序员iOS开发记录iOS 开发

MarkNoteView - highlight MarkDow

2015-12-11  本文已影响233人  MarkNote

MarkNoteView

A UITextView category to highlight MarkDown syntax.

A simple demo has been provided in the code

ScreenScreen

Usage

#import "UITextView+MarkNote.h"
- (void)textViewDidChange:(UITextView *)textView{
    
    [_textView updateSyntax];
}

Feel free to check the demo app

App

MarkNoteView is used in my app MarkNote

Questions and feedback

Twit me @markmarknote https://twitter.com/markmarknote

上一篇 下一篇

猜你喜欢

热点阅读