We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f37ab12 + f334575 commit 418a1cbCopy full SHA for 418a1cb
1 file changed
LMSideBarController/LMSideBarController.h
@@ -13,15 +13,15 @@
13
/**
14
The side bar controller direction enums.
15
*/
16
-typedef NS_OPTIONS(NSUInteger, LMSideBarControllerDirection) {
+typedef NS_ENUM(NSUInteger, LMSideBarControllerDirection) {
17
LMSideBarControllerDirectionLeft,
18
LMSideBarControllerDirectionRight,
19
};
20
21
22
The side bar controller state enums.
23
24
-typedef NS_OPTIONS(NSUInteger, LMSideBarControllerState) {
+typedef NS_ENUM(NSUInteger, LMSideBarControllerState) {
25
LMSideBarControllerStateWillOpen,
26
LMSideBarControllerStateDidOpen,
27
LMSideBarControllerStateWillClose,
0 commit comments