-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Feature Description
ProgressView(
timerInterval: departureEstimatedTime...destinationEstimatedArrival,
countsDown: false,
label: { EmptyView() },
currentValueLabel: {
Image(systemName: "tram")
.resizable()
.scaledToFit()
.frame(width: 12, height: 12)
.foregroundColor(.highlight)
}
)
.tint(.highlight)
.progressViewStyle(.circular)
.frame(width: 24, height: 24)support for this kind of styling on CircularProgressView
Problem Statement
I tried it by myself looking for workaround but no luck. it result with not rendering the component at all lol
Proposed Solution
No response
Alternatives Considered
No response
Current Library Version
1.0.1
Implementation
- I would be willing to submit a pull request for this feature
Additional Context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request