거절
-
[iOS_MyInventory] 1.0.0 - 리젝 사항1Project/[release] iOS - MyInventory 2020. 6. 28. 11:04
리젝 사항 iPad 디바이스에서 이미지 추가하기 버튼을 클릭했을때, Crash => iPad 에서 actionSheet 를 띄울때, 위치를 잡아줘야 했다. if UIDevice.current.userInterfaceIdiom == .pad { if let popoverController = alert.popoverPresentationController { popoverController.sourceView = self.view popoverController.sourceRect = CGRect(x: self.view.bounds.midX, y: self.view.bounds.midY, width: 0, height: 0) popoverController.permittedArrowDirections = ..