-
Notifications
You must be signed in to change notification settings - Fork 1
Volume slider module for Titanium
License
moreli/Titanium-Module-Volumeslider
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Appcelerator Titanium iPhone Module Project =========================================== Volumeslider Module =========================================== HOW TO INSTALL THE MODULE (Use http://wiki.appcelerator.org/display/guides/Module+Developer+Guide+for+iOS) -------------------- 1. Open the volumeslider.xcodeproj in xcode 2. Build the project 3. In Terminal, navigate to the project directory and run ./build.py 2. cd to `/Library/Application Support/Titanium` 3. copy this zip file into the folder of your Titanium SDK REGISTER THE MODULE --------------------- Register your module with your application by editing `tiapp.xml` and adding your module. Example: <modules> <module version="0.1">ti.volumeslider</module> </modules> When you run your project, the compiler will know automatically compile in your module dependencies and copy appropriate image assets into the application. USING YOUR MODULE IN CODE ------------------------- To use your module in code, you will need to require it. For example, var my_module = require('ti.volumeslider'); The example folder contains app.'s with complete working example. Cheers!
About
Volume slider module for Titanium
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published