[ad_1]
To get this product on 50 percent discount contact me on this link
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
[ad_2]
To get this product on 50 percent discount contact me on this link