Search Results for: uiview+animation
Best Resources In iOS Development – August 22nd, 2011
Welcome to the site, another week has gone by, and this week Apple released yet another update to the iOS SDK beta.
This week’s resources include a UIView transitions library enabling some very slick transitions, a brilliant demonstration of many different core animation techniques, the conversion of some Cocos2D iPhone tutorials to the cross-platform Cocos2D-X and more.
Here are the resources listed in order of popularity:
Open Source: Massive Toolkit With Over 40 iOS Objective-C Libraries
There are so many useful open source libraries available for iOS devices. I haven’t seen one with such a wide variety of uses as this toolkit.
With this toolkit there are over 40 useful open source (Apache licensed) libraries that you can use in your iOS apps. All are useful, and the library is designed so that you won’t need to clutter your app by including a massive number of files – in most cases you only need to add a single class to your app in order to add the functionality. You just need to add what you want to use within your app.
The Best Resources In iOS Development July 26th 2010 (For Week 07/17-07/23)
Thanks again for visiting the site, once again I’ve added more resources to the site, and have quite a bit more to add this week. Things slowed down a bit form the torrid pace of great resources being released, but still there were some excellent resources.
iPhone Game Development With Core Animation
I’ve made quite a few posts about OpenGL ES, and the available game engines on the iPhone, and I’d like to iterate that you do not need to use OpenGL ES or any game engine. Core Animation can be used for iPhone game development, and if you’re used to Objective-C/Cocoa it may be the easiest route.