xinyu-DGS
Results
1
comments of
xinyu-DGS
it's easy to fix, just in ImagePickerController.swift: var totalSize: CGSize { return UIScreen.main.bounds.size } => var totalSize: CGSize { return self.view.bounds.size }