NoteVIew - iOS 记事本控件


Public Domain
iOS
Objective-C

软件简介

NoteView 是 UITextView 的之类,显示了类似记事本上的横线。

示例代码:

- (void)scrollViewDidScroll:(UIScrollView *)scrollView {

    // to update NoteView
    [noteView setNeedsDisplay];
}