nuno / TiCollectionView

UICollectionView / GridView for Appcelerator Titanium
MIT License
111 stars 43 forks source link

Android: fix for Uncaught TypeError: Object #<UI> has no method 'createRefreshControl' #56

Closed falkolab closed 7 years ago

mpociot commented 8 years ago

Other conditionals use the Alloy syntax - if( OS_IOS ). Wouldn't it be better to use it here as well?

nuno commented 8 years ago

This is what I use:

Ti.UI.createTableView();
if(OS_IOS){
    Ti.UI.createRefreshControl();
}
falkolab commented 8 years ago

Better, but not universal. But you already use OS_IOS. Ok

nuno commented 8 years ago

@falkolab hare you still have memory issues like we talk in the other day?

falkolab commented 8 years ago

@nuno I test it now with fixed custom build sdk.

nuno commented 8 years ago

@falkolab something with want to share your me I believe? :)

falkolab commented 8 years ago

Of course I will create issue here.

nuno commented 8 years ago

@falkolab cool, we can union forces, I have some fixes features too.