You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
First of all, thanks for this incredible menu.
But i have a problem.
I want to move the MenuButton to the right at the navigation controller, but when i do the seleccion of the button is quite minimal and only the menu is displayed from the beginning of the frame
I made the modification in the HAViewController.m in this part:
First of all, thanks for this incredible menu.
But i have a problem.
I want to move the MenuButton to the right at the navigation controller, but when i do the seleccion of the button is quite minimal and only the menu is displayed from the beginning of the frame
I made the modification in the HAViewController.m in this part:
{
[super viewDidLoad];
if (self.navigationItem) {
CGRect frame = CGRectMake(100.0, 0.0, 120.0, self.navigationController.navigationBar.bounds.size.height);
It's possible to do this with your menu?
Greetings and sorry for my bad english.