Skip to content

Commit 53e4312

Browse files
author
Michael Frederick
committed
Cleanup pragma marks
1 parent 0733a5c commit 53e4312

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

MFSideMenu/MFSideMenuContainerViewController.m

+8-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ @implementation MFSideMenuContainerViewController
4747
@synthesize menuAnimationMaxDuration;
4848

4949

50+
#pragma mark -
51+
#pragma mark - Initialization
52+
5053
+ (MFSideMenuContainerViewController *)controllerWithLeftSideMenuViewController:(id)leftSideMenuViewController
5154
centerViewController:(id)centerViewController
5255
rightSideMenuViewController:(id)rightSideMenuViewController {
@@ -88,6 +91,10 @@ - (void)setDefaultSettings {
8891
self.panMode = MFSideMenuPanModeDefault;
8992
}
9093

94+
95+
#pragma mark -
96+
#pragma mark - View Lifecycle
97+
9198
- (void)viewDidAppear:(BOOL)animated {
9299
[super viewDidAppear:animated];
93100

@@ -198,7 +205,7 @@ - (void)addGestureRecognizers {
198205

199206

200207
#pragma mark -
201-
#pragma mark - Menu State & Open/Close Animation
208+
#pragma mark - Menu State
202209

203210
- (void)toggleLeftSideMenuCompletion:(void (^)(void))completion {
204211
if(self.menuState == MFSideMenuStateLeftMenuOpen) {

0 commit comments

Comments
 (0)