https://github.com/onmyway133/paramount
:tokyo_tower: Like Flipboard FLEX, but allows custom action
https://github.com/onmyway133/paramount
action flex ios overlay swift top
Last synced: 6 months ago
JSON representation
:tokyo_tower: Like Flipboard FLEX, but allows custom action
- Host: GitHub
- URL: https://github.com/onmyway133/paramount
- Owner: onmyway133
- License: other
- Created: 2014-08-23T18:19:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T20:42:10.000Z (over 5 years ago)
- Last Synced: 2024-05-02T05:59:36.040Z (over 1 year ago)
- Topics: action, flex, ios, overlay, swift, top
- Language: Swift
- Homepage:
- Size: 354 KB
- Stars: 20
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Paramount
❤️ Support my app ❤️
- [Push Hero - pure Swift native macOS application to test push notifications](https://www.producthunt.com/posts/push-hero-2)
- [PastePal - Pasteboard, note and shortcut manager](https://www.producthunt.com/posts/pastepal)
- [Frame recorder - Recorder gif and video with frame](https://www.producthunt.com/posts/frame-recorder)
- [Alias - App and file shortcut manager](https://www.producthunt.com/posts/alias-shortcut-manager)
- [Other apps](https://onmyway133.github.io/projects/)❤️❤️😇😍🤘❤️❤️
Like Flipboard FLEX, but allows custom action
[](https://travis-ci.org/onmyway133/Paramount)
[](http://cocoadocs.org/docsets/Paramount)
[](https://github.com/Carthage/Carthage)
[](http://cocoadocs.org/docsets/Paramount)
[](http://cocoadocs.org/docsets/Paramount)
## Usage
```swift
Manager.action = {
print("action touched")
}Manager.show()
```
## Installation
**Paramount** is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'Paramount'
```**Paramount** is also available through [Carthage](https://github.com/Carthage/Carthage).
To install just write into your Cartfile:```ruby
github "onmyway133/Paramount"
```## Author
Khoa Pham, onmyway133@gmail.com
## Contributing
We would love you to contribute to **Paramount**, check the [CONTRIBUTING](https://github.com/onmyway133/Paramount/blob/master/CONTRIBUTING.md) file for more info.
## License
**Paramount** is available under the MIT license. See the [LICENSE](https://github.com/onmyway133/Paramount/blob/master/LICENSE.md) file for more info.