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 | 31 |
Tags
- RxCocoa
- HIG
- Protocol
- 스위프트
- map
- 리펙토링
- ribs
- tableView
- UITextView
- Clean Code
- Xcode
- swift documentation
- 클린 코드
- uitableview
- 리펙터링
- Observable
- SWIFT
- 리팩토링
- 애니메이션
- swiftUI
- Refactoring
- clean architecture
- UICollectionView
- combine
- collectionview
- rxswift
- MVVM
- ios
- uiscrollview
- Human interface guide
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 화면 전체의 Interaction을 off, on 방법 본문
Loading 시 화면전체에 interaction을 방지
// Interaction 방지
UIApplication.shared.beginIgnoringInteractionEvents()
// Interaction 다시 허용
UIApplication.shared.endIgnoringInteractionEvents()
'iOS 기본 (swift)' 카테고리의 다른 글
[iOS - swift] AppDelegate 참조 방법 (0) | 2021.01.31 |
---|---|
[iOS - swift] Metatype (메타 타입), generics (제네릭) (0) | 2021.01.29 |
[iOS - swift] UIWindow, makeKeyAndVisible() (0) | 2021.01.24 |
[iOS - swift] nib, xib, Placeholders, Files's Owner, First Responder, Responder Chain 개념 (0) | 2021.01.23 |
[iOS - swift] Optional binding, Optional Chaining (0) | 2021.01.14 |
Comments