
안녕하세요 :) 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
- Combine
- 회고
- Accessibility
- fastlane
- swift 공부
- WWDC
- swift tutorial
- 스위프트 문법
- iOS delegate
- swift delegate
- swift array
- UIBezierPath
- Git
- swift sort
- 스위프트
- actor
- github
- WidgetKit
- Swift
- SwiftUI
- 피아노
- np-complete
- WKWebView
- ios 13
- FLUTTER
- np-hard
- 제이슨 파싱
- Xcode
- swift3
- IOS
글 보관함
- Total
- Today
- Yesterday