Joseph
Joseph
I haven't.
Sorry for the delay. Will work on it by week end
I may have to start implementing this module in the coming weeks for a released app, I'll try to take a look as well...
I tried running the build by updating the Xcode project to armv7 64 by following these steps: http://docs.appcelerator.com/titanium/release-notes/?version=3.5.0.RC#modules 1- Updated Xcode to arm 64 & updated Deploy iOS: 7.0 ![screen...
Exactly the use case I'm looking for. The LLM (OpenAI GPT-4) is not aware of some newer libraries, and their usage.
I'd use `com.animecyc.Animator` to animate and stop the location on `end` event of the `draggableView` to a specific location with easing.
Remote Deployment section in read me. None of the deployment buttons worked. Had to create accounts with many of the cloud services to then realize that none of options the...
**Fixed it by adding** in `ViewProxy.java` Line 60: `private static final int MSG_ADD_POLYGONS = MSG_FIRST_ID + 904;` Line 228: ``` case MSG_ADD_POLYGONS: { result = (AsyncResult) msg.obj; handleAddPolygons((Object[]) result.getArg()); result.setResult(null);...