The question would be, how do they work, what relationship do they have with each other and what is the use of each one. I know there is a Core Animation documentation but the truth is that I am pretty lost with these 3 properties.
The question would be, how do they work, what relationship do they have with each other and what is the use of each one. I know there is a Core Animation documentation but the truth is that I am pretty lost with these 3 properties.
The Frame is a rectangle that has the position and size depending on the superview , that is, its coordinates are relative to the parent view.
The Bound is a rectangle that has its own coordinate system.
Usás Frame if you want to know for example the distance to the parent view or position it within the parent view.
Usás Bound if you want to add any subview to this view or if you want to make some transformation.