Skip to content

Saad-Umar/retry-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Retry-button

A simple button with in built bounce animation

retry_button_animation.MP4

Setup and Usage:

  • Just drag and drop RetryButton.swift in your project and use it anywhere you like, for example:
import SwiftUI

struct ContentView: View {
    var body: some View {
        RetryButton()
            .simultaneousGesture(TapGesture()
                .onEnded {
                    print("tapped!!")
                })
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages