in order to achieve clock animation on home screen widget. i use
_clockHandRotationEffect(.custom(cycleTime), in:.current, anchor: .center)
but on Xcode14, it doesn't exist anymore.
any replacement?
in order to achieve clock animation on home screen widget. i use
_clockHandRotationEffect(.custom(cycleTime), in:.current, anchor: .center)
but on Xcode14, it doesn't exist anymore.
any replacement?
use Xcode13 and Swift to build a static library. Then call the methods exposed by the static library from Xcode14.