Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa-touch

Any difference between `self.backgroundcolor` and `self.layer.backgroundcolor`?

Multi Column header for a UITableView with Multiple Columns

How does multithreading on iPhone OS work? How do I use it?

Link to a constants file in Cocoa / Xcode

mysterious +initialize method in UIApplicationDelegate protocol: Why can't I see it in the documentation?

iphone cocoa-touch uikit

How can I obtain clean alpha channel information from an PNG image in iPhone OS?

Reordering UITableView sections on the iPhone by dragging (like reordering rows)

Performance penalty for using NIB files?

iphone cocoa-touch nib xib

Display iphone application settings within your application

iPhone: How to encrypt a string

iphone cocoa-touch

Alloted times for startup shutdown of iphone apps

iphone cocoa-touch

Building Two iPhone Apps from Common Code

Sorting an array of doubles or CLLocationDistance values on the iPhone

iPhone Performance Differences in Quartz Drawing vs. Pre-Baked Images (which I guess simplifies to Quartz vs. Quartz)

Cocoa-Touch: How to do layouting

Is there a better way to determine the right size for a UITableViewCell?

Replace the blue-gray stripes background in a grouped UITableView?

iphone cocoa-touch

Difference between [self MethodName] and [self performSelector:@selector(Method Name)]

When should I use NSURL instead of NSString and vice versa?

@synchronized vs. NSLock Instance vs. pthread_mutex_t