Is it possible to hide menu item and replace it with another image?
Opened this issue · 4 comments
Hi,
is it possible to replace drawer image with another button/image? For example I show tree structure and user can go to subfolders and I want to replace menu icon with "<" arrow back icon until user is back to root folder and then again show menu icon.
Thanks for help
Do answer questions or not? How can we change menu button in your side menu controller???????????????????????????????????????????????
You can customize the menu button image as described in the readme.
i need to change it several times. on some screens white picture, on others - black
i solved this issue, mb in wrong way, but solve
look. i don't configure button like in readme (SideMenuController.preferences ...) i add button on my view controller and in "touch up inside" i call func toggle()
so, i think, you can add other buttons and just don't call toggle()