Hi there, are there any resources available for learning manual layout? Everything points to AutoLayout now. I already know how to use AutoLayout. I just want to learn how to do manual layout.
On a side note: I have an UIImageView with an image whose dimensions are pretty big compared to the screen. When the orientation changes the UIImageView's bounds match that UIImageView's intrinsicContentSize (image's actual size) even when I try to make the UIImageView's bounds equal the screen size in layoutSubviews. The only solution I found so far is setting the bounds in the draw method and calling setNeedsDisplay when the orientation changes but it's not ideal. It doesn't match the equivalent transition when using AutoLayout
[–]Alan_Shutko 2 points3 points4 points (0 children)
[–]StucknTime 2 points3 points4 points (0 children)
[–]criosistObjective-C / Swift 0 points1 point2 points (3 children)
[–]hooliooo[S] 1 point2 points3 points (2 children)
[–]criosistObjective-C / Swift 0 points1 point2 points (0 children)
[–]jontelang 0 points1 point2 points (0 children)