iOS Question Bar Buttons similar to SideMenuController

Brian Robinson

Active Member
Licensed User
Longtime User
I use the createbarbuttons function call on the SideMenuController to create a button that look like three bars.

This works fine, but I wanted to add these to the layout in the designer, but could not find the same option when choosing button type. Am I missing something?

I have found a work around by adding them in code whenever I load a layout but was hoping for a neater solution.

Cheers
Brian
 

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Untitled.png
 
Upvote 0

Brian Robinson

Active Member
Licensed User
Longtime User
Hi, omidaghakhani1368 - Thanks for the answer, but that list does not have an option for the "Bar" buttons which you can get with the side menu by calling CreateBarButtons on the SideMenuContoller object.

Erel, thanks again for your quick answer. Yes that is the way I am approaching it.

Cheers
Brian
 
Upvote 0
Top