viezel / NappDrawer

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

Android default.png is visible for a while when I tap on content button to open menu from drawer. #191

Open mobihunterz opened 8 years ago

mobihunterz commented 8 years ago

My leftWindow is basically a table view containing multiple rows representing menu items. CenterWindow is content window and everything will be displayed inside it.

No my problem is when I tap on content button to open menu from leftWindow, in starting within friction of second, Appcelerator's default image(splash screen) is visible and it instantly gets off screen and menu is loaded. When I slide on the drawer it works perfectly but the issue summons when content button is tapped only.

Please advise me here.