iPhone Gizmodo Back to iOS Resources
25 Things You Can Remote Control With Your iPhone – iPhone – Gizmodo
One of the more interesting things you can do with the iPhone is use it as a remote control for other devices. Since the iPhone App Store launched almost two years ago, developers have created hundreds of remote control applications.
iPhone Websites Designs
35 Beautiful iPhone App Website Designs
In this showcase, you’ll find 35 beautiful handpicked app websites.
Sencha
Introducing Sencha Touch: HTML5 Framework for Mobile – Sencha – Blog
Sencha. Build amazing web apps built on web standards. Sencha Touch, HTML5 mobile app framework. Ext JS, cross-browser JavaScript framework. Ext GWT, Java library for building apps with GWT.
Ray Wenderlich
Ray Wenderlich | iPhone Developer and Gamer
Ray Wenderlich’s blog focusing on iPhone and Software Development.
Simple iPhone App Part 1/3
How To Create A Simple iPhone App Tutorial: Part 1/3 | Ray Wenderlich
The iPhone is an amazing platform to develop on for indie software developers. It’s never been easier to come up with your own unique app idea, code.
Simple iPhone App Part 2/3
How To Create A Simple iPhone App Tutorial: Part 2/3 | Ray Wenderlich
This article is the second part of a 3 part series on how to create a simple iPhone app for beginners. And this app happens to be about rating scary.
Simple iPhone App Part 3/3
How To Create A Simple iPhone App Tutorial: Part 3/3 | Ray Wenderlich
This article is the final part of a 3 part series on how to create a simple iPhone app for beginners. And this app happens to be about rating scary.
NSCoding & NSFileManager
How To Save Your App Data With NSCoding and NSFileManager | Ray Wenderlich
There are many different ways to save your data to disk in iOS – raw file APIs, Property List Serialization, SQLite, Core Data, and of course
Airplay SDK
Airplay is a unique cross-platform development solution for applications and games on iPhone OS, Android, and other smartphone and tablet platforms.
File Sharing With Your iOS App
How Integrate iTunes File Sharing With Your iOS App | Ray Wenderlich
The iPad and iOS 4 have a great new feature called File Sharing that provides a convenient way for users to transfer files between their computer and your
Dr. Touch
Writing about all the things I am learning while trying to master iPhone application development. So please take off your shirt and relax while I get up to my elbows into your Objective C code.
Download Layar
Download – Augmented Reality Browser: Layar
How to download and install Layar on your iPhone 3GS.
Import & Export App Data
How To Import and Export App Data Via Email in your iOS App | Ray Wenderlich
A lot of developers want to be able to share their app’s data via email. It’s a convenient way for users to send data to each other or between devices -
Open Source iPhone Applications
dzone.com – 20+ Open Source iPhone Applications To Learn From
Free Web Resources Everyday – WebResourcesDepot.
iPhone Tabitem Images
How to retrieve standard iPhone tabitem images? – Stack Overflow
How to retrieve iPhone tabitem images?
Core Graphics
Core Graphics 101: Lines, Rectangles, and Gradients | Ray Wenderlich
Core Graphics is a really cool API on iOS. As a developer, you can use it to customize your UI with some really neat effects – often without even having to
ShareKit
ShareKit : Drop-in Share Features for all iOS Apps
Drop-in share features for all iPhone and iPad apps.
CloudApp
Share. Files. Fast.
SDK Icons
Extracting SDK icons at Under The Bridge
Alex Curylo, iPhone Programmer.
Mikeash
Welcome to my web site. My name is Mike Ash. I’m a Mac programmer for Rogue Amoeba by night, and a glider pilot by day. I’m an alumnus of the University of Wisconsin-Milwaukee and the Université d’Orléans. I currently reside in the Washington, DC area.
iPhone Dev SDK Forum
Sectioned Table View Using .PLISTs – iPhone Dev SDK Forum
I’m trying to create three sections for my table view. So far I’m approach this by creating 3 ‘.plists’ (StudioAlbums.plist, OfficialMixtapes.plist,
iOS Applictaion Programming Guide
iOS Application Programming Guide: Implementing Application Preferences
In traditional desktop applications, preferences are application-specific settings used to configure the behavior or appearance of an application. iOS also supports application preferences, although not as an integral part of your application. Instead of each application displaying a custom user interface for its preferences, all application-level preferences are displayed using the system-supplied Settings application.
Circular & Infinite UIScrollViews
Creating Circular and Infinite UIScrollViews
iOS, iPhone, iPad, iOS Developer Tips: Learn to Code iOS, iPhone and iPad Applications.
Creating Classes at Runtime
mikeash.com: Friday Q&A 2010-11-6: Creating Classes at Runtime in Objective-C
I’m going to talk about how to create Objective-C classes at runtime, a topic suggested by Kevin Avila. This topic is meaty enough that this will be a two-parter; today’s post will talk about the basics of how to create classes at runtime, and then the next one will discuss uses for such classes and how to take advantage of them.
Mac Developer Tips
Mac Developer Tips » Basics of Notifications
Tips, tools and code for Mac and iPhone Developers.
iBooks Page
[Moof:Bar]: Implementing iBooks page curling using a conical deformation algorithm
One of iPad’s most talked about apps is Apple’s own iBooks e-reader. Perhaps its most eye-catching but completely superfluous feature is the beautiful, dynamic page curling effect that follows your finger naturally as you drag to turn pages. Unlike cheap implementations using simple masks and gradients, iBook’s page curling is very realistic, with content that bleeds through and deforms accurately along the curve of the page. Shortly after the iPad announcement Steven Troughton-Smith discovered the page curl effect hiding inside a private API but it offers few cues to the actual implementation.
Chris Luke
Chris Luke » Blog Archive » The anatomy of a page curl
Implementing a page curl on iOS for iPhone/iPad using OpenGL.
iOS Development
App Store-safe Page Curl animations at Ole Begemann: iOS Development
iOS SDK, Cocoa and Objective-C.
Dave DeLong
The Portfolio of Dave DeLong.
Static Libraries With The iPhone SDK
Stormy Productions Blog: Building static libraries with the iPhone SDK
I have a client that wants to use my iPhone Radio Player code for their own radio station, however they want to be able to submit the app to iTunes under their own developer account. The gotcha is they are not purchasing my source code – they want to pay a smaller fee and just have me supply them with a binary image which they can then submit to Apple.
RestKit
Introducing RestKit | Two Toasters
After reading Luke Redpath’s recent article about Core Resource and his own RestfulCoreData library, I knew we had been waiting far too long to introduce our