LLSwipableView

LLSwipableView module for iOS.


License
MIT
Install
pod try LLSwipableView

Documentation

LLSwipableView 📱📲

Swipeable view which reveals action views. 💫

CocoaPods Compatible

Getting Started

These instructions will help you integrate LLSwipableView into your project.

Prerequisities

  • Xcode 12 or higher
  • iOS 14.1 or higher
  • Cocoapods (optional)
  • Swift Package Manager (optional)

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 1.10.1+ is required to build LLSwipableView 1.0.4+.

To integrate CoreNavigation into your Xcode project using CocoaPods, specify it in your Podfile:

target '<Your Target Name>' do
    use_frameworks!
    
    pod 'LLSwipableView'
end

Then, run the following command:

$ pod install

Example Use

TODO

Versioning

Current release:

  • 1.0.4

Authors

Contributing

Please read Contributing for details on code of conduct, and the process for submitting pull requests.

License

This project is licensed under the GNU GPL License - see the LICENSE file for details.