File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ Some of the most useful functions
96
96
- don't modify the frame, but instead use ` layer.position ` or ` view.center ` and ` layer.bounds ` or ` view.bounds `
97
97
- quadrilateral can not be used in conjunction with other CATransform3D-things like perspective, scale, rotate etc
98
98
- remember the coordinate system for the ` quadrilateral ` -property is in the same coordinate as ` frame ` and ` position `
99
- - don't make your values too extreme - they might cause application crash.
100
99
- check if the autoresizing mask might be altering the frame (to be 100% sure it is good for debugging to turn off ` autoresizesSubviews ` )
101
100
102
101
It can also be useful to create a representation of the quadrilateral you are trying to display using a UIBezierPath:
You can’t perform that action at this time.
0 commit comments