MagnificationGesture or MagnifyGesture
Which ru supposed to use? Magnification Gesture is deprecated and MagnifyGesture is IOs17 only
5 Replies
kinda simple answer
ios 16 n down == Magnification
ios 17 n up == Magnify
Ok
then u can do both versions
you can also mark whole functions like this
Antoine van der Lee
SwiftLee
How to use the #available attribute in Swift
Run code on specific iOS versions, mark methods as deprecated or obsoleted, and rename methods using the available and unavailable attribute.
Thanks