We can give pinch zoom feature to UITableView using UIPinchGesture. Below is the subclass of UITableView which can be directly used to enable pinch zoom capability for your table view. Just you need to change the class of UITable in nib as shown below.
Please leave comments if this post helped you and also please share the code if you have fixed any bug or improved this code so that it helps others.