iPhone Dev Links

Having started developing on the iPhone, I’ve accumulated various pages which have helped me along the way. Hopefully by grouping them here, you will be able to benefit too. This page should update automatically with any new bookmarks.

Some of this list may be duplicated due to matching tags, but hopefully they shouldn’t! You can check out the entire list of tags over at http://delicious.com/mfacer/

UITableView

Want to put a UI widget into a UITableViewCell? Subclass them for approximately 50% less angst as measured by scientists. | Politepix 2010/08/28
sub class ui widget for uitableviewcell

[iPhoneDev central]; » Blog Archive » Create Indexed UITableView 2010/04/22
add an index key to uitableview (a,b,c etc)

iPhone Development: Table View Multi-Row Edit Mode 2010/04/13
add select more than one row to tableview

Cocoa with Love: Easy custom UITableView drawing 2010/04/05

Custom button in UITableViewCell – indexPath | 71² – The ramblings of two 30-something developers 2009/12/23
adding a custom button and action

Cocoa with Love: Multiple row selection and editing in a UITableView 2009/12/22
delete multiple rows at the same time from a uitableview

Table View Tutorial – TableView Cell Columns – iPhone SDK Articles 2009/12/16
custom cells in table view

Apple – Support – Discussions – Adding new row in a UITableView from … 2009/12/15
[tableView reloadData];

Xprogress.com – UINavigationBar tutorial with UITable, pushing detail view using didSelectRowAtIndexPath and all XCode example source files 2009/12/14

iPhone Tutorial: UITableView & Navigation 2009/12/14

UIImage

Image Processing Tricks | iPhone Development Blog 2010/01/12
image processing – save images, building images from others etc.

UIImageView alpha fade animation issue – iPhone Dev SDK Forum 2010/01/05
fade uiimage

blend two uiimages – Stack Overflow 2010/01/05
merge two uiimages

UIImage Resizing/Scaling – enormego:developers 2010/01/04
scale a uiimage

UIScrollView

UIScrollView won’t scroll – iPhone Dev SDK Forum 2009/12/15

YouTube – iPhone SDK How to put in a Scroll View 2009/12/15
uiscrollview tutorial

Scrolling 2009/12/14

UIAlertView

Adding UIActivityindicatorView in an UIAlertView – Stack Overflow 2010/01/12
use an alert to show saving progress

2 button UIAlertView – which button was pressed? – iPhone Dev SDK Forum 2009/12/18
uialert (popup) and which button was pressed

Arrays (NSMutableArray, NSArray etc)

permadi.com – Blog » iPhone SDK Example: Moving And Rotating Image Part 2 2010/01/02
controlling a ball and using a class for it

Why NSUserDefaults failed to save NSMutableDictionary in iPhone SDK? – Stack Overflow 2009/12/19
saving a nsmutable array to memory

Tutorial/Tips (Sorting & Filtering): Filter NSMutableArray and Sorting NSMutableArray by Ascending or Objects/items or Specified key or Key Value or by NSNumber | iPhone Tutorial for Beginner | Programmer | Developer | Tips 2009/12/16
sort arrays

iCodeBlog » Blog Archive » iPhone Programming Tutorial – Populating UITableView With An NSArray 2009/12/14
2d array

iPhone Development 101: Split a String into an Array 2010/01/05
split a string to an array

General iPhone Development Tutorials

YouTube - iPhone SDK How to put in a Scroll View 2009/12/15
uiscrollview tutorial

Scrolling 2009/12/14

James A. Brannan’s videos on Vimeo 2009/12/14

UIDatePicker: iPhone Basic DatePicker – iPhone SDK Tutorial 2009/12/07
tets

iPhone Dev Center: Core Data Tutorial for iPhone OS: Introduction 2009/12/07
tets

1 comment

  1. SammyP says:

    Thanks for sharing

Leave a Reply