UNPKG

alloy

Version:

Appcelerator Titanium MVC Framework

16 lines (14 loc) 376 B
if (OS_IOS || OS_ANDROID || OS_WINDOWS) { Alloy.Collections.todo = Alloy.createCollection('todo'); Alloy.Globals.top = 0; Alloy.Globals.tableTop = '50dp'; try { // check for iOS7 if (OS_IOS && parseInt(Titanium.Platform.version.split(".")[0], 10) >= 7) { Alloy.Globals.top = '20dp'; Alloy.Globals.tableTop = '70dp'; } } catch(e) { // catch and ignore } }