[iOS, Swift] UISwipeGestureRecognizer 예제 [iOS, Swift] UISwipeGestureRecognizer 예제 iOS 15.5, Xcode 13.31, Swift 5, UIKit 환경에서 진행했습니다. class UISwipeViewController: UIViewController { lazy var label: UILabel = { var label = UILabel() label.text = "initial label" label.fram.. bksesame.tistory.com [iOS, Swift] UIPinchGestureRecognizer 예제 [iOS, Swift] UIPinchGestureRecognizer 예제 iOS 15.5, Xcode 13.31,..