From f1228d6594f59b240fd41477f55289930d469cac Mon Sep 17 00:00:00 2001 From: Jonathan Rahn Date: Mon, 6 Jan 2014 13:59:26 +0100 Subject: Silence compiler warning "No previous prototype for function..." and added an explicit typecast, update README with a hint to the view's height --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 47032aa..7479031 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The project MASShortcut introduces modern API and user interface for recording, I hope, it is really easy: ```objective-c -// Drop a custom view into XIB and set its class to MASShortcutView +// Drop a custom view into XIB, set its class to MASShortcutView and its height to 19 @property (nonatomic, weak) IBOutlet MASShortcutView *shortcutView; // Think up a preference key to store a global shortcut between launches -- cgit v1.2.3 From ce5760d61c27243d4d08c4f9693226f805975dad Mon Sep 17 00:00:00 2001 From: Jonathan Rahn Date: Mon, 6 Jan 2014 14:08:32 +0100 Subject: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7479031..bbdf2c2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The project MASShortcut introduces modern API and user interface for recording, I hope, it is really easy: ```objective-c -// Drop a custom view into XIB, set its class to MASShortcutView and its height to 19 +// Drop a custom view into XIB, set its class to MASShortcutView and its height to 19. If you select another appearance style look up the correct values in MASShortcutView.h @property (nonatomic, weak) IBOutlet MASShortcutView *shortcutView; // Think up a preference key to store a global shortcut between launches -- cgit v1.2.3