Latest | 0.1.0 |
---|---|
Homepage | https://github.com/realgreys/RGSlidePopupView |
License | MIT |
Platforms | ios 8.0 |
Authors |
iOS Slide Popup view with swipe animation to the bottom.
Popup view which looks like iOS UIActionSheet.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
iOS 8.0 or later
Installation
RGSlidePopupView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "RGSlidePopupView"
Author
realgreys
License
RGSlidePopupView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "RGSlidePopupView", "version": "0.1.0", "summary": "iOS Slide Popup view with swipe animation to the bottom.", "description": "Popup view which looks like iOS UIActionSheet. Supports swipe animation and opacity background view", "homepage": "https://github.com/realgreys/RGSlidePopupView", "license": "MIT", "authors": { "realgreys": "[email protected]" }, "source": { "git": "https://github.com/realgreys/RGSlidePopupView.git", "tag": "0.1.0" }, "platforms": { "ios": "8.0" }, "source_files": "RGSlidePopupView/Classes/**/*" }
Thu, 19 May 2016 09:06:05 +0000