Q&A
Ask and answer questions to make information more available to wider audiences.
Corbin Blumer @blumercorbin   20, Jun 2023 12:00 AM
differentiate between UIView’s frame and UIView’s bound
What is the differentiate between UIView’s frame and UIView’s bound?
answers 2
 
Answer 1
Jackson Buckwalter @jacksonbuckwalter1   27, Jun 2023 03:36 PM
A UIView’s bounds are a rectangle with a size (width, height) and position (x,y) relative to its own coordinate system (0,0).
 
Answer 2
Jackson Buckwalter @jacksonbuckwalter1   27, Jun 2023 03:36 PM
A UIView’s frame is a rectangle with a scale (width, height) and position (x,y) relative to the super view it is located within.