Skip to content

Eilgnaw/ClockRotationEffect

Repository files navigation

小组件旋转

基于此实现的动画效果

使用方法

  • Xcode14 File > Add Package 添加本仓库地址
import ClockRotationEffect

Text("ClockRotationEffect")
    .modifier(ClockRotationModifier(period: ClockRotationPeriod.secondHand, timezone: TimeZone.current, anchor: .top))

参考项目