티스토리 뷰
1 2 3 4 5 6 | import UIKit UIApplication.sharedApplication().beginIgnoringInteractionEvents()//터치 비활성화 UIApplication.sharedApplication().endIgnoringInteractionEvents()//터치 활성화 | cs |
Swift 4.0
1 2 3 4 | import UIKit UIApplication.shared.beginIgnoringInteractionEvents() UIApplication.shared.endIgnoringInteractionEvents() | cs |
'IOS - SWIFT' 카테고리의 다른 글
IOS SWIFT 전화걸기 액션 (0) | 2016.01.27 |
---|---|
IOS SWIFT 뷰 라운드 처리 cornerRadius (View CornerRadius) (0) | 2016.01.27 |
IOS SWIFT 메일 보내기 swift send mail (MFMailComposeViewController) (0) | 2016.01.27 |
IOS SWIFT 웹 링크 사파리 swift URL link (UIApplication.sharedApplication().openURL) (0) | 2016.01.27 |
IOS SWIFT 버튼 만들기 swift button programmatically (UIButton) (0) | 2016.01.27 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday