- Try the new IBM Cloud Tools for Swift (Beta)
- For developers interested in creating Swift applications that span both client and server-side code, the newest tools from IBM can help simplify the management and deployment of server-side assets. Extend your mobile apps and connect them to IBM Bluemix Cloud services with a local development environment that complements the productive Xcode environment with the IBM Cloud Tools for Swift (beta) now available on IBM Bluemix.
- IBM Swift Sandbox
- Experiment with Swift on the server, share your code and collaborate with your peers
- Swift on IBM Bluemix
- Radically simplify end-to-end development of modern apps with Swift services on IBM Bluemix
- Kitura
- Build end-to-end apps using Swift with Kitura
- The IBM Swift Package Catalog
- Share Swift resources using the IBM Swift Package Catalog
- It’s true that you can’t manually manage your application objects’ reference count in iOS applications. There are, however, things you can do to free up memory – the big ones in the 1.x product are closing windows (which releases all UI resources associated with the window) and setting references to a proxy object (like one returned by Ti.UI.createXXX) to null, which will release the resources associated with that object. Why you should stay away from Titanium
Comments
Post a Comment