We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179fe19 commit fa66dadCopy full SHA for fa66dad
Sources/DRKonamiGestureRecognizer.h
@@ -30,7 +30,7 @@
30
/**
31
Konami code states. Mostly used internally, but you will need to use 'DRKonamiGestureStateRecognized'.
32
*/
33
-typedef enum DRKonamiGestureState
+typedef NS_ENUM(NSInteger, DRKonamiGestureState)
34
{
35
DRKonamiGestureStateNone = 0,
36
DRKonamiGestureStateBegan,
@@ -45,7 +45,7 @@ typedef enum DRKonamiGestureState
45
DRKonamiGestureStateB, // 10
46
DRKonamiGestureStateA, // 11
47
DRKonamiGestureStateRecognized // 12
48
-} DRKonamiGestureState;
+};
49
50
51
@class DRKonamiGestureRecognizer
0 commit comments