-
How to Design a Start-up Logo →
-
iOS App Checklist
Starting out on an iOS app? Here’s a checklist to go through with links to the appropriate resources. (I will update this as I remember more)
Features
Connects to Web Service Back-end for Data
http://allseeing-i.com/ASIHTTPRequest/ Make async/sync connections
https://github.com/stig/json-framework (Only for supporting iOS earlier than 5.0)Real-time Chat Support
https://github.com/robbiehanson/XMPPFrameworkSends Push Notifications
http://urbanairship.com/products/push-notifications/ Manages it for youUses Facebook Connect
https://github.com/facebook/facebook-ios-sdkBar/QR Code Scanning
http://code.google.com/p/zxing/App is Multilingual
http://www.iphonesdkarticles.com/2008/11/localizing-iphone-apps.htmlInterface
Icon Resources
http://www.tabsicons.com/classic/
http://glyphish.com/Modular Navigation (like old Facebook app)
http://three20.info/Customize your Tab Bar
https://github.com/boctor/idev-recipes/tree/master/CustomTabBarPull-Down to Refresh
https://github.com/enormego/EGOTableViewPullRefresh