Frames and bounds are a really core concept in iOS development. They are both just rectangles in different coordinate systems. Simple, right? Well, not always. π€¦π»ββοΈ
If you ever still get lost on frames vs. bounds in iOS development, here’s a good quick summary.
And here’s a good example of how a transform can affect the frame and bounds differently, via iOS Dev Weekly.