Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 3    Views: 123

NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
03/10/15 07:39 PM (9 years ago)

Slide Menu View Plugin - Left Hamburger - Kittsy

I have this working installed in an older test app. Now tonight I wanted to convert my current project to also use it. Followed the same instructions as before. However the LEFT Hamburger item is not shown or operational. The Right is displayed but does not load the screen from Control Panel. Thinking that something different in the newer BT_viewController.m code... == using version: Slide Menu View Version: v1.0 Category: Menu Created: 10/08/14 02:25 PM Updated: 10/08/14 07:34 PM Installed: 10/08/14 09:42 PM Instructions to add a Hamburger Button 1. Go to BT_viewController.m and add at the top #import "AK_SlideMenuView.h" 2. In the viewDidLoad method around line 67 add self.navigationItem.leftBarButtonItem = [AK_SlideMenuView leftViewButton]; self.navigationItem.rightBarButtonItem = [AK_SlideMenuView rightViewButton]; If your using the left add the first, right use the second or add both. 3.Around line 290 under //make sure iOS7 shows the built in back button... [self.navigationItem setHidesBackButton:FALSE]; add this self.navigationItem.leftBarButtonItem = nil; 4. That’s it your done.
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
03/11/15 05:32 AM (9 years ago)
Thank you! LA
 
NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
like
03/11/15 06:30 AM (9 years ago)
Don't thank me... Those were the second half of the existing plugin notes from the readme file that worked previously - but not now :(
 
LeonG
Apple Fan
Profile
Posts: 694
Reg: Nov 08, 2011
Hamburg
17,740
like
03/31/15 02:49 PM (9 years ago)
The hamburger menu works, just the whole plugin does not, that is why Kittsy took it of the market :( Hoping for a quick respond from Kittsy.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.