You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChrisRM edited this page Mar 22, 2012
·
1 revision
Added in version 1.1 is swipe-to-delete functionality.
Example
// When creating your calendarView, you need to define// editable: true (default: false) to enable swipe-to-deletevarcalendarView=Ti.Calendar.createView({top:0,editable: true,color: "white"});