10000 GitHub - junaidios/NoteView
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

junaidios/NoteView

 
 

Repository files navigation

NoteView

What is this?

NoteView is a sub class of UITextView to show lines for each row in text view.

How to use it

Add NoteView.h & NoteView.m files into your project. Create its instance or IBOutlet like you create for UITextView.

Implement UITextViewDelegete method:

- (void)scrollViewDidScroll:(UIScrollView *)scrollView {
    
    // to update NoteView
    [noteView setNeedsDisplay];
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0