-
Notifications
You must be signed in to change notification settings - Fork 16
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels