marshallino16/ImageCropper

Cannot find type 'CGFloat' in scope

Closed this issue · 2 comments

I'm using Xcode 12.5 and I'm getting the following error in the CropperRatio.swift
Cannot find type 'CGFloat' in scope
I think this can be fixed by adding import CoreGraphics to that file

I created a pull request that fixes this issue here #2

Thank you!