viezel / NappDrawer

A side drawer navigation container view controller for Appcelerator Titanium.
MIT License
247 stars 128 forks source link

ActionBar click not work? #165

Open PietroGranati opened 9 years ago

PietroGranati commented 9 years ago

I've just trasferred my app to appcelerator studio with sdk 4 and nappdrawer 1.5 The swipe to open works, but the click on the arrow doesn't.

Console tell me that actionBar is null?

PietroGranati commented 9 years ago

Same to me after update to 1.6

rwuttke commented 9 years ago

When are you getting the action bar?

So far, I have found that after creation you can't get it, you can only get it when the open event is fired.