We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f7e9a commit b115b05Copy full SHA for b115b05
1 file changed
README.md
@@ -7,13 +7,16 @@ DRKonamiCode
7
8

9
10
-### 2 Steps to Add ###
+### Add it to your project in 2 Steps! ###
11
12
-You can add this code in to your App in 2 steps:
+You can add this code in to your App in just two short steps:
13
14
1. Drag DRKonamiGestureRecognizer.h and DRKonamiGestureRecognizer.m into your project
15
2. Add the gesture recognizer to one of your app's UIViews using the following code.
16
17
+TIP 1: Practice actually doing the konami gesture with the sample app. Some people have a hard time figuring out who to actually get it going.
18
+TIP 2: DRKonamiGestureRecognizer.m has NSLog() statements disabled by default. You can enable them at the top of the file.
19
+
20
```objective-c
21
- (void)addKonami
22
{
0 commit comments