This week I needed to create a PDF from a couple of images. I knew Preview had some PDF creation capabilities, so I tried using it to do it. Unfortunately, Export As… produced a blank PDF. Luckily I remembered Automator and discovered it … Continued
iOS Orientation Change Bug Workaround WordPress Plugin
Filament Group published a workaround for a bug in Safari for iOS that causes a user-zoomable page to scale beyond the width of the viewport when the device’s orientation changes from portrait to landscape. You can read about it in their … Continued
How to add footer text for a group in settings.bundle
Adding settings for your iOS app so that they appear in the Settings app is simply done by creating a settings.bundle and defining the groups and settings controls in the Root.plist in the bundle. Sometimes it’s helpful to add hints … Continued
Japan & New Zealand Disaster Appeals
Japan 2011 Earthquake/Tsunami Red Cross World Vision New Zealand 2011 Earthquake Red Cross
How to remove UITableViewCell background for grouped UITableView
Grouped UITableView cells will display with white background and gray border by default. When you want to insert controls like buttons in a cell it’s preferable to remove that background and border. Here’s how to do it: cell.backgroundColor = [UIColor … Continued