firebear/Tisnippets
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Welcome to Titanium Code Snippets Project This is project to collect the code snippets of Appcelerator Titanium, which are the byproducts while I'm learning Titanium programming and developing mobile applications. You're free to fork, copy and change any of the codes without any restriction. But if you keep my name 'firebear@github' along the code, you're appreciated. Please take this REAME as the manifest and find the test cases in app.js DatePicker ---------------------------------- A slideup-ing view that holds a date picker on the fly It behaves like an OptionDialog, but holds a Date Picker. This implementation is based on PickerView invented by Stephen G, https://gist.github.com/915540 IOS only CommonJS module