Skip to content

falkobuttler/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

Languages

  • Objective-C 100.0%