How to disable UITableView horizontal scroll in iOS 6? -


Open a view controller screen in landscape after rotating, UITableView how horizontal scroll UITableView horizontal scroll disable? I also tried to use the following code

  self.tableView.contentSize = CGSizeMake (self.tableView.frame.size.width, self.tableView.contentSize.height);    

similar paste the code

  - (minus) DidRotateFromInterfaceOrientation: (UIInterfaceOrientation) from Intrfesoriynteshn {self.tableViewProductChild.contentSize = CGSizeMake (self.tableViewProductChild.frame.size.width, self.tableViewProductChild.contentSize.height); }   

Thanks for your help.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -