Swiftpack.co - lengocduy/DLSwipeToPopController as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by lengocduy.
lengocduy/DLSwipeToPopController v1.1.4
Reusable iOS's behavior drag or swipe to pop ViewController
⭐️ 1
🕓 2 years ago
iOS
.package(url: "https://github.com/lengocduy/DLSwipeToPopController.git", from: "v1.1.4")

DLSwipeToPopController

Reusable iOS's behavior to pop ViewController base on SwipeRightToPopController:

  • Swipe from Right to Left to pop ViewController.
    • Customize base on velocity
  • Drag from Right to Left to pop ViewController.
    • Customize base on percent of distance with the screen width

Requirements

  • Xcode 11+
  • Swift 5.0+

Installing

There are three ways to install DLSwipeToPopController

1. CocoaPods

Just add to your project's Podfile:

pod 'DLSwipeToPopController', '~> 1.1'

2. Carthage

Add following to Cartfile:

github "lengocduy/DLSwipeToPopController" ~> 1.1

3. Swift Package Manager

Create a Package.swift file:

// swift-tools-version:5.0

import PackageDescription

let package = Package(
        name: "TestSwipeToPopController",

        dependencies: [
            .package(url: "https://github.com/lengocduy/DLSwipeToPopController.git", from: "1.1.4"),
        ],

        targets: [
            .target(
                    name: "TestSwipeToPopController",
                    dependencies: ["DLSwipeToPopController"])
        ]
)

Architecture

Architecture

License

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

GitHub

link
Stars: 1
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

DLSwipeToPopController v1.1.4
2 years ago
  • Filter invoking method didPopViewController when view was popped out Navigation Stack only

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics