A simple iOS menu with blur background.
This Module create a View
you can create the view with this function
var mainview = tiblurmenu.createView({
“backgroundImage”: ”/img/3.jpg”,
“menuItems” : [‘First’,’Second’,’Third’],
“close” : L(‘Close’)
});
you can pass the view backgroundImage
the menu items labels
and the close label message
when one item is clicked
is fired the event onClick with the index of the item
mainview.addEventListener(‘onClick’,function(e){
Ti.API.info(JSON.stringify(e));
mainview.hideMenu();
});
in the video preview you can see the example app
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Titanium BlurMenu IOS Module from the The Developer ( arted ) website. Thank you.
Download = Titanium BlurMenu IOS Module-[Updated].zip