This seems like it\'d be a common question, so apologies if it\'s been asked before.
I\'m trying to figure out how to prevent UITableView from scrolling in my iPhone
UITableView is inherited from UIScrollView so Use scrollEnabled property of UIScrollView
self.tableView.scrollEnabled = NO
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIScrollView_Class/Reference/UIScrollView.html#//apple_ref/occ/cl/UIScrollView