This widget for the Appcelerator Titanium Alloy MVC framework provides a view using kosso / TiTranslucentView that mimics rnystrom / RNFrostedSidebar.
How to use this widget in your own project?
- Download and install kosso's TiTranslucentView module.
- Download the latest release of the widget.
- Copy
app/widgets/com.mdpauley.frostedsidebar
to your app'sapp/widgets
folder. - Add the widget as a dependency to your app's
app/config.json
file:
"dependencies": {
"com.mdpauley.frostedsidebar": "0.0.2"
}
- Require the widget in a view:
<Widget id="menu" src="com.mdpauley.frostedsidebar" />`
- Include icons to view (Not sure of Glyphish license for paid version)
- Add callbacks and emitters