From 0f818cf093e16b1bcdc45556de156c4d15dee6f7 Mon Sep 17 00:00:00 2001 From: Matthew Ohlman Date: Thu, 30 Apr 2015 13:34:37 -0400 Subject: [PATCH] Update README to include new font property --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a642cbc..95489b3 100644 --- a/README.md +++ b/README.md @@ -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] }, ];