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 -

java - Reaching JTextField in a DocumentListener -

c# - Add Image in a stackpanel based on textbox input -