Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcasanovan/rcnpopupcontroller
RCNPopupController is a simple Swift class to show a custom popup in a different ways with different effects. You can customise where the popup will appear and which effect you want to apply. The class is based on CNPPopupController.
https://github.com/rcasanovan/rcnpopupcontroller
cnppopupcontroller cocoapods library pods swift xcode
Last synced: 3 days ago
JSON representation
RCNPopupController is a simple Swift class to show a custom popup in a different ways with different effects. You can customise where the popup will appear and which effect you want to apply. The class is based on CNPPopupController.
- Host: GitHub
- URL: https://github.com/rcasanovan/rcnpopupcontroller
- Owner: rcasanovan
- License: mit
- Created: 2019-07-10T11:11:39.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-12-21T13:31:48.000Z (almost 4 years ago)
- Last Synced: 2024-11-03T23:04:03.710Z (3 days ago)
- Topics: cnppopupcontroller, cocoapods, library, pods, swift, xcode
- Language: Swift
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RCNPopupController
RCNPopupController is a simple Swift class to show a custom popup in a different ways with different effects. You can customise where the popup will appear and which effect you want to apply. The class is based on CNPPopupController.
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
RCNPopupController is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'RCNPopupController'
```## Author
Ricardo Casanova, [email protected]
## License
RCNPopupController is available under the MIT license. See the LICENSE file for more info.