8000 GitHub - carterTsai95/ShimmerEffect
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

No packages published

Contributors 2

  •  
  •  
0