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
- Refactoring
- HIG
- 리펙토링
- uiscrollview
- Xcode
- rxswift
- UITextView
- swift documentation
- Human interface guide
- ribs
- Observable
- 리팩토링
- ios
- swiftUI
- map
- 리펙터링
- 스위프트
- Clean Code
- combine
- RxCocoa
- tableView
- Protocol
- MVVM
- UICollectionView
- SWIFT
- 애니메이션
- uitableview
- clean architecture
- 클린 코드
- collectionview
Archives
- Today
- Total
목록userDidTakeScreenshotNotification (1)
김종권의 iOS 앱 개발 알아가기
[iOS - Swift] 2. Prevent Capture, Recording - 캡쳐 감지 방법, 녹화 감지 방법 (userDidTakeScreenshotNotification, capturedDidChangeNotification)
1. Prevent Capture, Recording - 캡쳐 막는 방법, 화면 녹화 방지 (isSecureTextEntry) 2. Prevent Capture, Recording - 캡쳐 감지 방법, 녹화 감지 방법 캡쳐와 녹화 감지 방법 * 예제 편의상 SceneDelegate 제거하고 AppDelegate만 사용 SceneDelegate 삭제 방법 포스팅 글 참고 감지는 NotificationCenter.default.addObserver()로 가능 캡쳐 감지 - UIApplication.userDidTakeScreenshotNotification 녹화 감지 - UIScreen.capturedDidChangeNotification AppDelegate에 해당 코드 사용하여 캡쳐 감지되었을때 aler..
iOS 응용 (swift)
2022. 10. 14. 23:20