-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
There ist a small error in "convertRect(fromViewRect viewRect : CGRect)"
let imageTopLeft = convertPoint(fromImagePoint: viewTopLeft) let imageBottomRight = convertPoint(fromImagePoint: viewBottomRight)
should be replaced with
let imageTopLeft = convertPoint(fromViewPoint: viewTopLeft) let imageBottomRight = convertPoint(fromViewPoint: viewBottomRight)
kinhong
Metadata
Metadata
Assignees
Labels
No labels