Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

MenuButton to the Right #10

@fcoalexander

Description

@fcoalexander

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:

  • (void)viewDidLoad
    {
    [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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions