I am working with UITableView in an iPhone Application. The look and feel of the tableview that I want requires some modifications in the overall structure of the UITableView , means I want the source code of UITableView which i can modify according to my requirements and then use that as a customised widget in my Application.
In short I want to use the system definition of UITableView so that I can modify that.
This is certainly possible for android but I am not sure about iOS.