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

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

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

[![CI Status](http://img.shields.io/travis/onmyway133/Paramount.svg?style=flat)](https://travis-ci.org/onmyway133/Paramount)
[![Version](https://img.shields.io/cocoapods/v/Paramount.svg?style=flat)](http://cocoadocs.org/docsets/Paramount)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](https://img.shields.io/cocoapods/l/Paramount.svg?style=flat)](http://cocoadocs.org/docsets/Paramount)
[![Platform](https://img.shields.io/cocoapods/p/Paramount.svg?style=flat)](http://cocoadocs.org/docsets/Paramount)

![](Screenshots/Banner.png)

## Usage

```swift
Manager.action = {
print("action touched")
}

Manager.show()
```

![](Screenshots/paramount.png)

## 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.