viezel / NappSlideMenu

a new UI component for Appcelerator Titanium
Other
128 stars 34 forks source link

Ios7 Updates #20

Closed nubu closed 10 years ago

nubu commented 11 years ago

Hey,

i am using this module( love it :) ) and now switching to ios7.

I've notices that we need the option to set the fullscreen option to the createSlideMenuWindow function - otherwise it does not (seems to be) possible to use it with hiding the Clock, Batterie-Charge informations from ios above the application.

Do you plan to update this maybe? :) :+1:

Best, Nico

viezel commented 11 years ago

hi @nubu The SlideMenu extends the regular Ti.UI.Window, so you can set the fullscreen:true, which will do the same thing as Ti.UI.createWindow({fullscreen:true});

nubu commented 11 years ago

dong - thx for that - i will give it a try tomorrow :)

nubu commented 11 years ago

Hey,

now with the "real" ios7 release i ran into an issue - hope you can help me out :)

It's the same problem as above - i am not able to use the slidemenu from you, implementing a NavigationWindow structure inside of it. - I mean using it is not a problem - but the top icons are displayed )

I've uploaded a small project that you can grap for a fast testing. Would be really nice if you can look at it for a minute. www.nicobarelmann.de/files/napp/NavigationExample.zip

Best, Nico

viezel commented 11 years ago

https://github.com/viezel/NappSlideMenu/releases/tag/1.4.0

nubu commented 11 years ago

Hey thanks for the Update - but so far i can't see a "new hope" regarding the problem.

Did you add any new function or option to the module?

viezel commented 11 years ago

nope.

nubu commented 11 years ago

Can you than explain what you have changed for ios7 specially? :-)

Thanks for you work!

viezel commented 11 years ago

changed how the window architecture works to support the new Ti SDK.

nubu commented 11 years ago

Ah ok - any idea for the annoying stuff of the charging/Internet Acces Display mentioned above ?

viezel commented 11 years ago

nope sorry.