aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVadim Shpakovski2014-01-06 06:30:57 -0800
committerVadim Shpakovski2014-01-06 06:30:57 -0800
commit28c656d654864d455fced6eae19e29381c29fc40 (patch)
tree206c20c0b2af64f4919652668ba3bad334511458 /README.md
parent9edbf670f506602ea3b7cba0cfa38f056ac32813 (diff)
parentce5760d61c27243d4d08c4f9693226f805975dad (diff)
downloadMASShortcut-28c656d654864d455fced6eae19e29381c29fc40.tar.bz2
Merge pull request #29 from ShadowLightz/master
Silenced compiler warnings, updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47032aa..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 and set its class to MASShortcutView
+// 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