Recent Posts
Recent Posts Tagged With iphone dev
-
Converting NSIndexPath to a unique integer in UIKit
This article was originally posted here. Sometimes, when writing an iPhone application that handles UITableViewCell selection, we need to let an object know what the index path of the selected cell was, and then have it give that information back to ...
-
Using custom delegates in Objective-C
This article was originally posted here. On Stack Overflow there has been some interest in how to use the Delegate design pattern in Objective-C. Of course, the first step in any search should be to read Apple’s documentation, but many people seem ...
-
How to get images from the Iphone camera or Photo Library
This will be a simple tutorial showing you how to access the iPhone’s photo library as well as the camera. Since the 3.0 update, the methods for picking photos have been deprecated. So this will be a 3.0 and above tutorial. We will be creating an...
-
Touching Sprites in Cocos2d
This article was originally posted here. Cocos2d is an Objective-C framework for writing 2D games without much delving into pure C. This post assumes a basic understanding of the framework. One of the first problems you come up against in Cocos2d is...
-
Address Book Programming Guide for iPhone – Part 4
This is part 4 of the Address Book Programming Guide for iPhone. Here you can find part 3. Interacting Directly with the Address Book Database Although many common Address Book database tasks depend on user interaction, in some cases appropriate f...
-
Address Book Programming Guide for iPhone – Part 3
This is part 3 of the Address Book Programming Guide for iPhone. Here you can find part 2. Interacting Using UI Controllers The Address Book UI framework provides one view controller and three navigation controllers for common tasks related to wor...
-
Address Book Programming Guide for iPhone – Part 2
This is part 2 of the Address Book Programming Guide for iPhone. Here you can find part 1.This chapter discusses how data is stored in these objects and describes the functions used to interact with them. Working with Address Book Objects There ar...
-
Address Book Programming Guide for iPhone – Part 1
The Address Book technology for iPhone OS provides a way to store people’s contact information and other personal information in a centralized database, and to share this information between applications. The technology has several parts: The Add...
-
iPhone Programming Tutorial – How to create a ToDo List Using SQLite
In this tutorial you will learn how to add multiple columns to your table cells and to use the other controls that the iPhone has to offer. What good would the tutorials be if we didn’t use them to create something useful. You will learn how to:...
-
iPhone Game Programming Tutorial Series
In this series you will learn how to create an iPhone game from the ground up. As many of you know, OpenGL and Quartz have quite a steep learning curve. This tutorial will simplify the development process and not use either one of those technol...
-
Integrating Twitter Into Your iPhone Applications
If you are a developer (which you most likely are if you are reading this) you probably have (or should have) a Twitter account. With Twitter getting so much attention lately, you would be crazy to not include some sort of Twitter integration into ...
-
Secure Coding Guide for iPhone Developers, Part 8
This is part 8 of the Secure Coding Guide for iPhone Developers. Here you can find part 7. This article discusses how doing things that are contrary to user expectations can cause a security risk, and gives hints for creating a user interface that ...
-
Secure Coding Guide for iPhone Developers, Part 7
This is part 7 of the Secure Coding Guide for iPhone Developers. Here you can find part 6. Running code with root or administrative privileges can intensify the dangers posed by security vulnerabilities. This article explains why that is so, sugges...
-
Secure Coding Guide for iPhone Developers, Part 6
This is part 6 of the Secure Coding Guide for iPhone Developers. Here you can find part 5. This article describes the various sorts of race conditions and insecure file operations and discusses how to avoid them. Code samples illustrate safe practi...
-
An interview with Jonathan Mulcahy, iPhone Developer
This is an interview with Jonathan Mulcahy, where he shares his experiences developing for the iPhone and iPod touch. When did you start developing apps for the iPhone? Did you have previous experience as a developer? I’ve been a web developer for...
-
Design iPhone app with Adobe Firework
Do you want to design your own iPhone app, but don’t know how to get started? <center><object type=”application/x-shockwave-flash” width=”618″ height=”378″ classid=”clsid:d27cdb6e-ae6d-11cf-96b...
-
Networking & Internet Coding How-To’s for iPhone
This is a tutorial about Networking development on iPhone. General How do I discover services and devices on my network? You use Bonjour through the NSNetServiceBrowser and NSNetService classes from the NSNetwork framework. Use the NSNetServiceBro...
-
Top 10 iPhone Programming Videos from YouTube
If you want to start learning how to make apps for iPhone but you need some free video tutorials, here`s a list with the most popular videos from YouTube. 1. iPhone Programming Tutorial – Hello World & a Bouncing Ball 2. iPhone SDK: Creat...

