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
- 웹뷰
- window
- Code
- 이미지
- Archive
- github
- Session
- error
- iOS16
- 개발자
- Notification
- view
- MacOS
- Apple
- JPA
- UIButton
- Git
- rxswift
- Swift
- 한글
- Firebase
- appstore
- Xcode
- Realm
- FLUTTER
- darkmode
- geofencing
- mac
- SwiftUI
- IOS
Archives
- Today
- Total
목록스와이프 (1)
EEYatHo 앱 깎는 이야기
Swift ) Swipe Back Detect 스와이프 뒤로가기 감지 - EEYatHo iOS
swipe back 을 끄고, 키는 것은 interactivePopGestureRecognizer로 한다. navigationController?.interactivePopGestureRecognizer?.isEnabled = true // false 하지만, back을 성공했는지 실패했는지 감지할 때는 한계가 있다. @available(iOS 7.0, *) open var interactivePopGestureRecognizer: UIGestureRecognizer? { get } interactivePopGestureRecognizer는 그저 UIGestureRecognizer이기에, 얘를 아무리 들들 볶아도 화면 전환을 성공했는지 실패했는지는 알 수 없다. * 안되는 방법1 ) target을 이용한..
iOS, Swift/Tip, Bug, Swift Error
2021. 7. 28. 12:52