Development/iOS 개발
[iOS][Swift] 화면 터치 활성화, 비활성화 하기
Tunko
2021. 2. 13. 00:37
// 터치 이벤트 막기
UIApplication.shared.beginIgnoringInteractionEvents()
// 터치 이벤트 풀기
UIApplication.shared.endIgnoringInteractionEvents()
반응형