matghazaryan / AMSlideMenu2

Sliding Menu for iOS (Left and Right menus). Multiple storyboards and XIBs support.
MIT License
1.2k stars 194 forks source link

deployment issue #157

Closed dnamna closed 9 years ago

dnamna commented 9 years ago

Hello, I have installed the pod,inherited a viewcontroller from AMSlideMenuMainViewController and created a table view which inherits AMSlideMenuRightTableViewController. viewcontroller viewdidload:

 UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"Main"
                                                             bundle: nil];
 MenuTableViewController *controller = [mainStoryboard instantiateViewControllerWithIdentifier:@"MenuTableView"];
 self.rightMenu = controller;

When I launch my application configureRightMenuButton is not triggered. Any ideas? am I missing something,I didn't add the mainvc but I added the methods of mainvc to my viewcontroller and I didn't add anything to the appdelegate. I already have my navigationcontroller in my app in the storyboard,but I need to implement your lib in my application. Thx

arturdev commented 9 years ago

As I understand You want to use the lib without storyboards. In that case, all points of this guide are mandatory. Or you can just watch this video tutorial .

dnamna commented 9 years ago

I was able to add the right menu but sadly the rightmenu button is not displayed in the navigationbar. And the right table view is opened by default behind my viewcontroller on load. I debugged and not exceptions or errors

arturdev commented 9 years ago

Please, just follow to the video tutorial from my previous comment.

Sasikumariosdeveloper commented 9 years ago

can u send the image picker third party working class file..urgent

On Fri, Jun 26, 2015 at 12:13 PM, Artur Mkrtchyan notifications@github.com wrote:

Please, just follow to the video tutorial from my previous comment.

— Reply to this email directly or view it on GitHub https://github.com/SocialObjects-Software/AMSlideMenu/issues/157#issuecomment-115546547 .