Hi all,
My app is having a menu button which is available in every viewcontroller. Everytime user click on the menu button, a small menu pop up. The menu have multiple UIbutton and each button link to a viewcontroller.
My solution is create a viewcontroller with nib for the menu view and add it as a subview to each of the other main viewcontrollers.
Would like to know if there is any better solution ?
Thanks.
My app is having a menu button which is available in every viewcontroller. Everytime user click on the menu button, a small menu pop up. The menu have multiple UIbutton and each button link to a viewcontroller.
My solution is create a viewcontroller with nib for the menu view and add it as a subview to each of the other main viewcontrollers.
Would like to know if there is any better solution ?
Thanks.