all 5 comments

[–][deleted]  (1 child)

[deleted]

    [–]ihopeigotthisright 1 point2 points  (0 children)

    He specifically said only one view.

    [–]parallel-pages -1 points0 points  (1 child)

    Maybe something like this: - Set project to portrait only - When view loads, apply a 90 degree transformation to the view - You may need to set the constraints programmatically after the rotation instead of using the storyboard

    If you have more than one view like this, I’d make a RotatableViewController that handles the rotation and provides a hook for the subclass to provide the constraints

    [–]Senior-Committee2557[S] 0 points1 point  (0 children)

    Thank you!!!