How can i customize the Vertical postion of UITableView of UITableViewController.I am trying to show the table(3 cells) at the middle of the window . My class is inheriting UITableViewController class. Please someone give me suggestions. or Alternative ways to do this.
Thank You.
How can i customize the Vertical postion of UITableView of UITableViewController .I am trying
Share
Try to create an UIViewController, and put an UITableView in it. I think you can set the origin.y of the tableView. Make sure to set the UITableView’s datasource and delegate. Good luck.