Skip to content

custom views#38

Open
paytondevs wants to merge 1 commit intosimibac:masterfrom
paytondevs:master
Open

custom views#38
paytondevs wants to merge 1 commit intosimibac:masterfrom
paytondevs:master

Conversation

@paytondevs
Copy link
Copy Markdown

Description

PR aims to let developers using ConfettiSwiftUI to use custom views as confetti. example:

@ViewBuilder func youDidIt() -> some View {
        Text("You did it!")
        .font(.caption).overlay {
            LinearGradient(colors: [Color.red, Color.orange, Color.yellow, Color.green, Color.blue, Color.purple], startPoint: .leading, endPoint: .trailing).mask {
                Text("You did it!").font(.caption)
            }
        }
    }
//example
.confettiCannon(counter: $confetti, confettis: [.view(AnyView(youDidIt()))])

@simibac
Copy link
Copy Markdown
Owner

simibac commented Jan 12, 2025

Thanks for the suggestion. Removing CaseIterable, Hashable will break some project, e.g. the https://github.com/simibac/ConfettiSwiftUIDemo

Any suggestion how to get this working with CaseIterable, Hashable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants