Closed falkolab closed 8 years ago
This is what I use:
Ti.UI.createTableView();
if(OS_IOS){
Ti.UI.createRefreshControl();
}
Better, but not universal. But you already use OS_IOS. Ok
@falkolab hare you still have memory issues like we talk in the other day?
@nuno I test it now with fixed custom build sdk.
@falkolab something with want to share your me I believe? :)
Of course I will create issue here.
@falkolab cool, we can union forces, I have some fixes features too.
Other conditionals use the Alloy syntax -
if( OS_IOS )
. Wouldn't it be better to use it here as well?