From 90582bf8295da98100dc8308b6843a6a5a5669af Mon Sep 17 00:00:00 2001 From: Kevin Harwood Date: Fri, 31 May 2013 09:36:40 -0500 Subject: [PATCH] Removed documentation about the designated initializer --- MMDrawerController/MMDrawerController.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/MMDrawerController/MMDrawerController.h b/MMDrawerController/MMDrawerController.h index 40e4f8a4..30b90fb5 100644 --- a/MMDrawerController/MMDrawerController.h +++ b/MMDrawerController/MMDrawerController.h @@ -200,8 +200,6 @@ typedef void (^MMDrawerControllerDrawerVisualStateBlock)(MMDrawerController * dr /** Creates and initializes an `MMDrawerController` object with the specified center view controller, left drawer view controller, and right drawer view controller. - This is the designated initializer. - @param centerViewController The center view controller. This argument must not be `nil`. @param leftDrawerViewController The left drawer view controller. @param rightDrawerViewController The right drawer controller.