iPhone Tech Talk World Tour: San Jose

November 5th, 2009 Posted by: - posted under:Articles - 3 Comments

Last week I went out to San Jose, CA to go to Apple’s iPhone Tech Talk World Tour!

Apple once a year holds 9 single day “Tech Talks” across the world. This year only 3 were in the US and I was lucky enough to get a spot at the San Jose meetup. The conference was focused on getting developers to use best practices in all regions of their applications. Apple’s stance was even if the app is small, it …

READ MORE

How to deal with iPhone Device Provisioning without Stabbing Your Eyes Out

July 31st, 2009 Posted by: - posted under:Articles - 13 Comments

Introduction
So for any developer than has joined the iPhone Development program and attempted to throw their app on their phone, the process of provisioning is a familiar and likely painful process. Like many developer you may have several projects going on possibly for several organizations. You can think of provisioning as the paper work your app needs to fill out in order to “board” your phone. The process involves ____ steps:

Get an iPhone Developer Account
Create a certificate request
Download your approved …

READ MORE

iPhone Development: Where is all the $$$

July 29th, 2009 Posted by: - posted under:Articles - 10 Comments

Hey guys,
So this is the first post we are doing that is more about developers than about developing. The Guardian put up a great today talking about the app store, developers and what is driving sales. The app store has most certainly solidified itself, at least for the time being, as the most dominant mobile application distribution system; but what does the future of the “App Economy” look like?
The App Store is really …

READ MORE

Programmatically Getting a Screencapture of any UIView

July 27th, 2009 Posted by: - posted under:Snippets - 29 Comments

Introduction
Hey guys. This post is in response to a comment made in my last post about NSTimers. Techy asked if we could do a post on how to take screenshots programmatically using the iPhone SDK. For this minor project we will be creating a small web browser application that will start at www.google.com, and have a button on a toolbar at the bottom to take a picture of the web view and save …

READ MORE

NSTimer: The Poor Man’s Threading – Code Snapshot

July 23rd, 2009 Posted by: - posted under:Snippets - 34 Comments

Introduction
Hey guys. So usually the posts we put up here involve screencasts and presentations, but we are going to start also posting small less time consuming pieces for the site. Today I bring to you a small project involving NSTimers. Today we are going to build an app that represents a horse race. We will create a view with 6 small UIView squares with a blue background at the bottom of the screen, we will use a timer to move …

READ MORE

Objective C 2.0: An Intro – Part 2

June 29th, 2009 Posted by: - posted under:Tutorials - 30 Comments

Introduction
Hello everyone, welcome to my fourth screeencast. This is the second in my series introducing readers to Objective C. Let’s dive in.
Skill Level Beginner
Source Code


Screencast
I film myself coding out the entire sample project for each post. I personally think going through the Screencast is the best way to learn. But feel free to look through the slides and text if that suites you better.

READ MORE

Using NSXMLParser to Pull UIImages From the Web

June 19th, 2009 Posted by: - posted under:Tutorials - 53 Comments

Introduction
Hello everyone, welcome to my third screeencast. This screencast is the result of a request made in the comments of my first post. I am going to be covering many topics in this post. But the general idea of the app we will build is that it will use an XML file online to get the URL and title of a given picture. For each URL and Title pair a view …

READ MORE

Objective C 2.0: An Intro – Part 1

June 18th, 2009 Posted by: - posted under:Tutorials - 54 Comments

Introduction
Hello everyone, welcome to my second screeencast. This is going to be the first in a series of screencasts that are focused at people just beginning to work with Objective C and Cocoa. For many reasons the beginnings of learning cocoa development can be frusterating and lonely to a point. Only now is Objective C and Cocoa development gaining the kind of momentum to drive the creation of resources such as iCodeBlog and others.
Skill Level Beginner
This is not going to …

READ MORE

Custom UITableViewCell Using Interface Builder

May 24th, 2009 Posted by: - posted under:Tutorials - 112 Comments

Hey everyone, welcome to my first of many screencasts coming in the next few weeks. Today I am going to show you how to layout a UITableViewCell in Interface Builder and have a UITableView populate with those type of cells. I am adopting a new structure for my screencasts which will be 5 or so mintues of keynote slides giving background info followed by 20 – 25 mintues of step by step development. The entire video will be directly below …

READ MORE

Hello Everyone

May 8th, 2009 Posted by: - posted under:Articles - 12 Comments

Hi there. My name is Collin Ruffenach and I am going to be posting several new iCodeBlog Screencasts in the next few weeks. I have been an avid Apple user for the last 5 years and for the last 3 have really focused on improving my Objective C/Cocoa Skills. I am currently working on several application to be released in the store with the iPhone 3.0 software. Currently I am a Masters CS student at Arizona State University working on …

READ MORE