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
Post a Comment