Xcode14 beta(iOS 16)、SwiftUI、_clockHandRotationEffect 不再存在

hig*_*ore 2 home-screen-widget swiftui ios16 xcode14

为了在主屏幕小部件上实现时钟动画。我用

_clockHandRotationEffect(.custom(cycleTime), in:.current, anchor: .center)
Run Code Online (Sandbox Code Playgroud)

但在Xcode14上,它不再存在了。 在此输入图像描述

有替代品吗?

小智 5

使用Xcode13和Swift构建静态库。然后从Xcode14调用静态库公开的方法。