Home
last modified time | relevance | path

Searched refs:cropView (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-image-picker/ios/
H A DUIImagePickerControllerExtentsion.swift5 if let cropView = cropView, in fixCannotMoveEditingBox() variable
9 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? { variable
40 if let cropView = findCropView(from: view) { in findCropView() variable
41 return cropView in findCropView()