Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bismasaeed00/imageactionsheet

iOS Native style action sheet like in Whatsapp with the option of showing icons. It is a complete implementation and does not use any private api of UIKit.
https://github.com/bismasaeed00/imageactionsheet

actionsheet actionsheetios alert alertcontroller icon image swift whatsapp

Last synced: 4 months ago
JSON representation

iOS Native style action sheet like in Whatsapp with the option of showing icons. It is a complete implementation and does not use any private api of UIKit.

Awesome Lists containing this project

README

        

# ImageActionSheet

[![CI Status](https://img.shields.io/travis/bismasaeed00/ImageActionSheet.svg?style=flat)](https://travis-ci.org/bismasaeed00/ImageActionSheet)
[![Version](https://img.shields.io/cocoapods/v/ImageActionSheet.svg?style=flat)](https://cocoapods.org/pods/ImageActionSheet)
[![License](https://img.shields.io/cocoapods/l/ImageActionSheet.svg?style=flat)](https://cocoapods.org/pods/ImageActionSheet)
[![Platform](https://img.shields.io/cocoapods/p/ImageActionSheet.svg?style=flat)](https://cocoapods.org/pods/ImageActionSheet)
![Example Image](https://user-images.githubusercontent.com/16186934/83187499-87f88480-a12e-11ea-8a12-19e08cebb4dc.png)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

ImageActionSheet is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'ImageActionSheet'
```

## Author

Bisma Saeed, [email protected]

## License

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