Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 597 Bytes

小组件旋转

基于此实现的动画效果

使用方法

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

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

参考项目