Apple’s UITableView component does has many clever features right out of the box, but the ability to pinch zoom is not one of them. I’ve created a custom subclass of UITableView that adds a pinch zoom gesture. Check out the example project on Github: https://github.com/bkturley/zoomUITableView