Skip to content

carterTsai95/ShimmerEffect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftUI - ShimmerEffect


action action

Usage

struct ExampleView: View {
    @State private var isRedacted = true

    var body: some View {
        ScrollView {
            DummyRowView()
                // Passing the boolean value indicate whether should it be redacted or not. 
                .redacted(if: isRedacted)
            Button {
                isRedacted.toggle()
            } label: {
                Text("Toggle redacted...")
            }

        }
    }
}

Acknowledgements

This project was inspired by following project and website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages