viezel / NappDrawer

A side drawer navigation container view controller for Appcelerator Titanium.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add 'opening' and 'closing' events

mawarnes opened this issue · comments

Hi, first of all great module,so thanks
Secondly would it be possible/how would I to add 'opening' and 'closing' events which fire at the start of a gesture or click so that I can toggle the status bar.
What I would like to do is switch off the status bar at the start of a pan gesture rather than the end, I'm probably missing something very obvious but I'm not great at obj-c...I've looked into the MMDrawerController code but can't see a starting point. Would anyone perhaps have any helpful suggestions on whether this is even possible?
Many thanks?

There are events for opening / closing the drawer als well as focus/blur events for the center-window. See the updated README for details.