Skip to content

Error in swift code #6

@gipfelen

Description

@gipfelen

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions