romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.
MIT License
7.1k stars 1.35k forks source link

managing floating view #241

Open wdcurry opened 9 years ago

wdcurry commented 9 years ago

.. when an active view is shunted over to expose the menu, i would like to alter the "back" button text of the floating window as it can be confusing to a novice user. For example, while showing ViewA, the back button shows "Menu". When Menu is tapped and the main menu is exposed and ViewA is over to the right, that "menu" is now not logically correct. It should read "ViewA" or something logical.

I tried walking around the project to no avail, and will look into hooks within ViewA itself, but wondered if anyone else has addressed this?