Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bismasaeed00/imageactionsheet
- Owner: bismasaeed00
- License: mit
- Created: 2020-05-28T19:55:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T13:01:45.000Z (over 4 years ago)
- Last Synced: 2024-10-12T22:04:39.499Z (4 months ago)
- Topics: actionsheet, actionsheetios, alert, alertcontroller, icon, image, swift, whatsapp
- Language: Swift
- Homepage: https://www.cocoacontrols.com/controls/imageactionsheet
- Size: 111 KB
- Stars: 22
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.