How to create a PDF from multiple images in OS X

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 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