Giter Site home page Giter Site logo

inderdhir / holdtoclickbutton Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 2.0 287 KB

A SwiftUI view that triggers a click after holding it for a set amount of time

License: MIT License

Swift 100.00%
swift ios ios-lib button hold click spm swift-package-manager

holdtoclickbutton's Introduction

HoldToClickButton

A SwiftUI view that triggers a click after holding it for a set amount of time

License MIT Swift Version Platform iOS Platform macOS Platform macOS

Example

Example

HoldToClickButton(
    label: {
        Text("Hold To Click")
            .fontWeight(.bold)
            .foregroundColor(.black)
    },
    onHoldEnd: {
        // Do something when clicked
    }
)

The following optional parameters are available

HoldToClickButton(
    fillColor: Color = Color.orange,
    borderColor: Color = Color.black,
    borderWidth: CGFloat = 2.0,
    holdDuration: TimeInterval = 1.5,
    cancelDuration: TimeInterval = 0.3,
    label: @escaping () -> Label,
    onHoldBegin: (() -> Void)? = nil,
    onHoldEnd: (() -> Void)? = nil,
    onHoldCancel: (() -> Void)? = nil
)

Requirements

  • Swift >= 5.7
  • iOS >= 14
  • macOS >= 13
  • watchOS >= 7

Installation

Swift Package Manager

HoldToClickButton is available as a Swift package.

Manual

Include HoldToClickButton.swift in your project

License

HoldToClickButton is available under the MIT license. See LICENSE for more info.

holdtoclickbutton's People

Contributors

inderdhir avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.