[Widgets]: [WIP]: Implement Pagination in ActiveAppWidget based on user interaction

This commit is contained in:
Magesh K
2025-01-09 05:07:13 +05:30
parent bb8a1b57cd
commit 46871f63ed
7 changed files with 277 additions and 14 deletions

View File

@@ -82,6 +82,7 @@ private struct ComplicationView: View
let progress = Double(daysRemaining) / Double(totalDays)
// TODO: Gauge initialized with an out-of-bounds progress amount. The amount will be clamped to the nearest bound.
Gauge(value: progress) {
if daysRemaining < 0
{