Been debugging application, verified several fixes were ok in simulator. Installed application on real device, just to find out bugs were still there!
What's going on?
Showing posts with label fragmentation. Show all posts
Showing posts with label fragmentation. Show all posts
Tuesday, January 18, 2011
How to Control Which iPhone Simulator Starts
Sunday, January 16, 2011
How to Check if iOS Supports Class, Method or Keyword
iOS is getting fragmented. More devices to support with major iPhone hardware differences (0-2 cameras, no telephony - 3G - CDMA), screen resolutions (original, double, iPad) and especially more older operating system versions out in the wild.
To reach as many users as possible you have to check whether something exists before you try to use it. Customizing code based on iOS version number is possible, but there are other ways to do it.
To reach as many users as possible you have to check whether something exists before you try to use it. Customizing code based on iOS version number is possible, but there are other ways to do it.
Labels:
Class,
conformsToProtocol,
fragmentation,
iOS4,
NSClassFromString,
NSDictionary,
NSString,
objectForKey,
protocol,
respondsToSelector,
selector
Subscribe to:
Posts (Atom)

