UITableView is the most commonly used control in an iOS application. There are times when the custom formats available for the UITableView do not fulfill the requirements of the user. For those scenarios we can unleash the power of custom UITableViewCell. In this article we are going to demonstrate how to create and utilize custom UITableViewCell.