Searched refs:cropView (Results 1 – 1 of 1) sorted by relevance
5 if let cropView = cropView, in fixCannotMoveEditingBox() variable9 let top = cropView.frame.minY + self.view.safeAreaInsets.top in fixCannotMoveEditingBox()10 let bottom = scrollView.frame.height - cropView.frame.height - top in fixCannotMoveEditingBox()25 var cropView: UIView? { variable40 if let cropView = findCropView(from: view) { in findCropView() variable41 return cropView in findCropView()