반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- vim
- Bug
- nonisolated
- NavigationLink
- Xcode
- operator
- init?
- @Binding
- SWIFT
- @EnvironmentObject
- URL(string:)
- swift6
- dismiss
- @Environment
- Creating Operators
- typeorm
- RxSwift
- RFC1738/1808
- ios14
- graphql
- Operater
- NullObject
- SwiftUI
- init
- Operators
- @State
- IOS
- RxCocoa
- nestjs
- subject
Archives
- Today
- Total
Tunko Development Diary
[iOS][Swift] 화면 터치 활성화, 비활성화 하기 본문
// 터치 이벤트 막기
UIApplication.shared.beginIgnoringInteractionEvents()
// 터치 이벤트 풀기
UIApplication.shared.endIgnoringInteractionEvents()
반응형
'Development > iOS 개발' 카테고리의 다른 글
[iOS][swift] Xcode 프로젝트 커스텀 폰트 추가 및 사용 (0) | 2021.02.13 |
---|---|
[iOS][Swift]네비게이션 이전 화면 버튼에 붙은 text 변경하기 (0) | 2021.02.13 |
pod FirebaseCore 6.6.5 업데이트 이후 발생하는 Messaging 참조에러 (0) | 2020.03.25 |
iOS Apple Login (FierBase 연동) 구현 A-Z까지 (0) | 2020.03.24 |
dyld: Library not loaded: /System/Library/Frameworks/CryptoKit.framework/CryptoKit 에러 (0) | 2020.03.24 |
Comments