Skip to content

Commit

Permalink
drawrect attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
rnystrom committed Nov 14, 2012
1 parent f675f44 commit 469633e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file not shown.
3 changes: 3 additions & 0 deletions RNMDParser/RNMDView.m
Expand Up @@ -30,6 +30,9 @@ - (void)dealloc {
- (void)drawRect:(CGRect)rect {
[super drawRect:rect];

// drawrect sample used from
// https://github.com/mluton/SimpleCoreText/blob/master/SimpleCoreText/CoreTextView.m

// We're about to start the drawing. Save the graphics context because
// we're going to be doing some stuff to it and will want to return the
// graphics context to its original state when we're done.
Expand Down

0 comments on commit 469633e

Please sign in to comment.