When Do You Need To Reset the view.frame Property After a Transformation iOS
问题 I'm making a horizontal table view like the Pulse news reader. I've found several examples online and have it working, but am wondering when we need to set the view.frame property after a transformation. The examples I've found reset the frame of the horizontal table view within the vertical table view cell after the 90 degree rotation self.tableViewCell.horizontalTableView.transform = rotateTable; self.tableViewCell.horizontalTableView.frame = CGRectMake(0, 0, self.tableViewCell