实时活动

49 阅读1分钟

倒计时/正计时

Text(timerInterval: context.state.focusTimer , countsDown: 是倒计时吗 , showsHours: 是否展示小时).font(.system(size: 40)).bold().foregroundColor(  Color.xx_color(withHex: "#FFFFFF") )

focusTimer是一个时间范围ClosedRange,由起始时间组成

这样,倒计时到0的时候他会自己停下。

背景色设置:.activityBackgroundTint(Color.init(hex: "#000000").opacity(0.3))