I’m here with fingers crossed, but it looks like the iPad deliveries in the UK are starting to arrive early. Tracking status for my order
Tag: iOS
How do you Manage Redraw in UITableView?
I’m kind of stuck on this one, and hoping that someone can lend a hand. I just can’t quite figure out how I’m supposed to
Naming Conventions for Instance Variables and Properties
Here is some information that you might find useful on how to name various elements of your code, which hopefully will allow greater clarity in
Moving UITableViewCell between Sections in Grouped UITableView
UITableView contains the necessary logic to allow movement of cells (or rows) between sections in a grouped UITableView, but there appears to be a bug
Adding Convenience Methods to NSFetchedResultsController via Categories
One really useful feature of Objective-C is the ability to extend an existing class without the need to sub-class via inheritance. This means that existing
A Magical and Revolutionary Product is Coming…
It’s 10th May, and the iPad PreOrdering has commenced in the UK. At 1:30am I successfully placed an order for the iPad 64GB WiFi +
Designing a Protocol for the Group Edit View Controller
In my last post, I decided to remove my Singleton object in preference for passing the `NSManagedObjectContext` around between view controllers. In my application, I
Revisiting the Core Data Singleton
Whilst I’m sure the idea of a Singleton for application wide variables is going to be good one, I must say that I’ve revisited this
Moving Core Data to the Singleton
[UPDATE:] You might like to read Revisiting the Singleton to see how my opinion has changed on this. Now we’ve established the principle of using
Application Wide Variables and Helpers: The Singleton
One dilema when writing an app is where to put variables that contain the data for the application. Traditional global variables are not a good