Skip to content

must add .frame for iOS 18 (maybe lower?) - no default size? #1

@FontGear

Description

@FontGear

Defect:

LoadingIndicator(animation: .pulse, color: .red, size: .large, speed: .fast)

the animation starts at the top left of the screen and moves across as it animates.

Fix:

LoadingIndicator(animation: .pulse, color: .red, size: .large, speed: .fast)
.frame(width: 45, height: 45)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions