Skip to content

Commit

Permalink
Update README to include new font property
Browse files Browse the repository at this point in the history
  • Loading branch information
mohlman3 committed Apr 30, 2015
1 parent 98022c3 commit 0f818cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Create a new DDCoachMarksView instance and pass in an array of coach mark defini
@"rect": [NSValue valueWithCGRect:CGRectMake(0, 125, 320, 60)],
@"caption": @"Swipe for more options",
@"shape": @"square",
@"swipe": @"YES"
@"swipe": @"YES",
@"font": [UIFont systemFontOfSize: 14.0]
},
];

Expand Down

0 comments on commit 0f818cf

Please sign in to comment.