Popularity
0.5
Stable
Activity
0.0
Stable
7
3
1

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: UI    
Latest version: v1.1

KPActionSheet alternatives and similar libraries

Based on the "UI" category.
Alternatively, view KPActionSheet alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of KPActionSheet or a related project?

Add another 'UI' Library

README

KPActionSheet

A replacement of default action sheet, but has very simple usage.

[](KPActionSheet.gif)

Todo

Add more custom affects and styles.

Installation

CocoaPods

KPActionSheet is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'KPActionSheet', git: 'https://github.com/khuong291/KPActionSheet'

Manually

  1. Download and drop needed files in your project.
  2. Congratulations!

Usage

let kpActionSheet = KPActionSheet(items: [
            KPItem(title: "Hello guys 😎", onTap: { 
                print("Hello guys 😎")
            }),
            KPItem(title: "Hello girls 😇", onTap: {
                print("Hello girls 😇")
            }),
            KPItem(title: "Cancel", type: .Cancel)
        ])
        present(kpActionSheet, animated: true, completion: nil)

Contributor

It would be greatly appreciated when you make a pull-quest 🤗

Author

Khuong Pham, [email protected]

License

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


*Note that all licence references and agreements mentioned in the KPActionSheet README section above are relevant to that project's source code only.