KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
MarkNoteView
★ 24
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Dapper-Demo-Web-API
:
Web API using Dapper - For article on JeremyMorgan.com
webpack-presets
:
Shareable configuration presets for Webpack (MIT)
go-secretcrypt
:
Encrypt your secrets with kms
DataX
:
DataX 是阿里巴巴集团内被广泛使用的离线数据同步工具/平台,实现包括 MySQL、Oracle、HDFS、Hive、OceanBase、HBase、OTS、ODPS 等各种异构数据源之间高效的数据同步功能。
acteve
:
Dynamic Symbolic Execution of Android Apps
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MarkNoteView
?
Download (.md)
# MarkNoteView A UITextView category to highlight MarkDown syntax. - Set background color for **code** blocks - Highlight **html** tags - Highlight **links** and **image** tags A simple demo has been provided in the code  ## Usage - Put a `UITextView` on you UI either by InterfaceBuilder or code - Copy and add all files under `MarkNoteView` sub folder into your project - Include the head file in your viewcontroller ``` #import "UITextView+MarkNote.h" ``` - When your text changes, call `updateSyntax ` method ``` - (void)textViewDidChange:(UITextView *)textView{ [_textView updateSyntax]; } ``` - That is it! Feel free to check the demo app ## App MarkNoteView is used in my app [MarkNote](https://itunes.apple.com/us/app/marknote/id991297585?ls=1&mt=8) ## Questions and feedback Twit me @markmarknote https://twitter.com/markmarknote