Skip to content

Commit 0f18f20

Browse files
committed
Merge pull request mutualmobile#124 from tbveralrud/master
Fix for issue mutualmobile#123
2 parents 94cb1ac + 32447ee commit 0f18f20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MMDrawerController/MMDrawerController.m

+3
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ -(UINavigationBar*)navigationBarContainedWithinSubviewsOfView:(UIView*)view{
111111
}
112112
else {
113113
navBar = [self navigationBarContainedWithinSubviewsOfView:subview];
114+
if (navBar != nil) {
115+
break;
116+
}
114117
}
115118
}
116119
return navBar;

0 commit comments

Comments
 (0)