Sponsored Links

Archives

Jeff Scott’s Thoughts on In-App-Purchasing For Free Apps

With the announcement last week that Apple would allow In-App Purchasing (IAP) for free apps, we wondered what will really change in the App Store. Obviously right now this is a theoretical exercise as, so far, very little has changed. We’ve seen a couple apps that were previously paid switch to free, and at least one [...]

How to Create Your First iPhone Application

//

What if you had a nickle for every time you heard: “I have the perfect idea for a great application!“? It’s the buzz on the street. The iPhone has created unprecedented excitement and innovation from people both inside and outside the software development community. Still for those outside the development world, the process is [...]

Coding in Objective-C 2.0- screencasts with Bill Dudney

Coding in Objective-C 2.0- screencasts with Bill Dudney

//

Objective-C is the programming language for writing native iPhone and Mac applications. It’s also the language that Apple uses to build their own applications and frameworks. So, if you know Objective-C, you have a lot of power at your fingertips. But if you’re new to C or object-oriented [...]

iPhone UITableView with UINavigationBar tutorial revisited

This tutorial will show you how to populate a table using UITableView, NSMutableArray and Navigation-Based application for iPhone and how to create detail view. Tutorial includes example code, sample project and pictures from Interface Builder.

First thing we need to do is to create a new project, Navigation-based Application and call it for example “MyUITableView”.

Open RootViewController.h and [...]

Just Released: Unlock Your iPhone 3G OS 3.1 With UltraSn0w

Just Released: Unlock Your iPhone 3G OS 3.1 With UltraSn0w

These are instructions on how to software unlock the iPhone 3GS with OS 3.0 for use with any GSM cell phone carrier. Before you can follow these instructions you must have a jailbroken iPhone if you haven’t jailbreaked your iPhone 3G then follow our Guide on How [...]

The Dev Team has released PwnageTool 3.1 to Jailbreak 3.1 iPhone 2G and 3G

The Dev Team just released PwnageTool 3.1 for Mac OS X which will let iPhone 2G/3G and iPod Touch 1G users jailbreak their device. So far, only PwnageTool is available and is for Mac only, but the Dev Team is working on updating RedSn0w for both Mac and PC.

GOLDEN RULE: If you are using [...]

The World’s Simplest iPhone App. iPhone SDK

I challenge you to find a simpler – or more handy – iPhone app than iPhone Name Tag.

Just enter your name and iPhone Name Tag spits out a name tag to be displayed on your iPhone screen at conferences. That said, wearing your iPhone around your neck name tag-style may not be the coolest of looks…then [...]

iPhone HTTP Libraries – HttpRIOT, ASIHTTPRequest and ObjectiveResource

HttpRIOT, ASIHTTPRequest and ObjectiveResource.

ASIHTTPRequest

ASIHTTPRequest is a highly flexible lower level tool (relative to HTTPRiot & ObjectiveResource). It can do a lot of things and do them well. Besides the basic GET, POST, PUT and DELETE you can also upload files, post form encoded data, handle basic authentication and a host of other really nice things. Not [...]

Good iPhone SDK Objective-C Cheat Sheet

From ManiacDev.com : iPhone SDK Objective-C Cheat Sheet Updated

I have updated the Cheat Sheet on this site with larger headers as suggested by visitors to the site.  For those that don’t know this is a cheat sheet designed for beginners just getting started with the iPhone SDK who have some knowledge of C/C++ or Java providing comparisons with [...]

Top 15 Must-Have iPhone SDK Tutorials with source code

Top 15 Must-Have iPhone SDK Tutorials

If you are new and serious about developin for the iPhone, these tutorials will point you in the right direction.

1. Twitter is all the rage. It does help to know how to display tweets on the iPhone. Call Twitter web service using NSURL and NSXMLParser

2. Create a slideshow like the [...]