iOS/iOS

[iOS, Swift] UIGesture 기능 모음

검은참깨두유vm 2022. 8. 25. 11:04
반응형
 
[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, Swift 5, UIKit 환경에서 진행했습니다. import UIKit class UIPinchViewController: UIViewController { lazy var label: UILabel = { var label = UILabel() label.backgroundColor = .r..

bksesame.tistory.com

 

[iOS, Swift] UIRotationGestureRecognizer 예제

 

[iOS, Swift] UIRotationGestureRecognizer 예제

iOS 15.5, Xcode 13.31, Swift 5, UIKit 환경에서 진행했습니다. import UIKit class UIRotationViewController: UIViewController { lazy var label: UILabel = { var label = UILabel() label.text = "rotate te..

bksesame.tistory.com

 

 
 

 

반응형