UITabBar와 UILongPressGestureRecognizer
안녕하세요 :) Zedd입니다. 오늘은 처음 겪는 현상에 대해...분석 & 해결해보고자 합니다. # UITabBar와 UILongPressGestureRecognizer class MainTabBarViewController: UITabBarController { override func viewDidLoad() { super.viewDidLoad() let gesture = UILongPressGestureRecognizer(target: self, action: #selector(handleLongPress)) self.tabBar.addGestureRecognizer(gesture) } @objc func handleLongPress() { print("안녕") } } 코드는 간단합니다. UILon..
iOS
2021. 5. 16. 17:28
TAG
- np-hard
- Swift
- UIBezierPath
- Combine
- WidgetKit
- 피아노
- Accessibility
- 회고
- Git
- 스위프트 문법
- ios 13
- SwiftUI
- 스위프트
- swift tutorial
- swift3
- github
- swift array
- WKWebView
- iOS delegate
- IOS
- np-complete
- 제이슨 파싱
- swift 공부
- fastlane
- swift delegate
- swift sort
- FLUTTER
- Xcode
- WWDC
- actor
글 보관함
반응형
- Total
- Today
- Yesterday