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 |
Tags
- UITextView
- 리펙토링
- Xcode
- tableView
- HIG
- Clean Code
- combine
- Refactoring
- uiscrollview
- rxswift
- uitableview
- 리팩토링
- 스위프트
- clean architecture
- Human interface guide
- Observable
- 애니메이션
- swiftUI
- SWIFT
- 클린 코드
- 리펙터링
- swift documentation
- ios
- UICollectionView
- RxCocoa
- Protocol
- MVVM
- collectionview
- ribs
- map
Archives
- Today
- Total
목록녹화 감지 방법 (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cbBZGS/btrNY1DSmfY/Y12xjbEMTKe1KQXlakAd8K/img.png)
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