Ok, so you are the owner of an Apple Bluetooth keyboard which is already connected to your iMac, MacPro, Mac Mini or the like, and
Month: May 2010
Wired Magazine iPad App: Is this the future?
Ok, so I got suckered into downloading the Wired Magazine App for the iPad. What with the reports of 24,000 downloads, golly this must be
iPad and Signup Difficulties for Orange Mobile Data
Ok, so the gloss of the iPad is starting to wear off. I’m joking of course. You can’t expect everything to be a bed of
MacPro Not Providing Sufficient Power Over USB to Charge iPad
I’ve got a 2008 MacPro, and this causes a problem with the charging of the device when connected to sync. The iPad reports ‘not charging’
iPad Delivered in the UK, First Impressions
**This post relates to the release of the original iPad in May 2010. [Click here for details of the delivery of the iPad mini in
iPads Arriving One Day Early in UK
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
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