https://github.com/meniny/pow
A banner / pop-up displayer for iOS in Swift.
https://github.com/meniny/pow
alert banner dialog popup toast
Last synced: about 1 year ago
JSON representation
A banner / pop-up displayer for iOS in Swift.
- Host: GitHub
- URL: https://github.com/meniny/pow
- Owner: Meniny
- License: mit
- Created: 2018-05-19T22:24:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T23:38:40.000Z (about 8 years ago)
- Last Synced: 2025-04-07T12:48:17.255Z (about 1 year ago)
- Topics: alert, banner, dialog, popup, toast
- Language: Swift
- Homepage:
- Size: 1.76 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.md
Awesome Lists containing this project
README
:name: Pow
:author: Elias Abel
:author_esc: Elias%20Abel
:mail: admin@meniny.cn
:desc: a banner / pop-up displayer for iOS in Swift
:icon: {name}.png
:version: 1.0.1
:na: N/A
:ios: 9.0
:macos: {na}
:watchos: {na}
:tvos: {na}
:linux: {na}
:xcode: 9.3
:swift: 4.1
:license: MIT
:sep: %20%7C%20
:platform: iOS{sep}
// :toc: left
:toclevels: 6
:toc-title: TOC
:source-highlighter: highlightjs
// :source-highlighter: pygments
= Meet `{name}`
{author} <{mail}>
v{version}, 2018-05-20
[subs="attributes"]
++++
++++
:toc:
== 🏵 Introduction
**{name}** is {desc}.
[%header, cols="^.^m,^.^m,^.^m,^.^m"]
|===
|Type |Preview |Type |Preview
|Alert
|image:./Assets/Previews/alert.png[alert]
|Floating
|image:./Assets/Previews/float.png[float]
|Forms
|image:./Assets/Previews/form.png[form]
|Loading
|image:./Assets/Previews/loading.png[loading]
|Note
|image:./Assets/Previews/note.png[note]
|Nitification
|image:./Assets/Previews/notification.png[noti]
|Popup
|image:./Assets/Previews/popup.png[popup]
|Toast
|image:./Assets/Previews/toast.png[toast]
|===
== 📋 Requirements
[%header]
|===
2+^m|Type 1+^m|Requirement
1.5+^.^|Platform ^|iOS ^|{ios}+
^|macOS ^|{macos}
^|tvOS ^|{tvos}
^|watchOS ^|{watchos}
^|Linux ^|{linux}
^|IDE ^|Xcode ^| {xcode}+
^|Language ^|Swift ^| {swift}+
|===
== 📲 Installation
=== CocoaPods
`{name}` is available on link:https://cocoapods.org[CocoaPods].
[source, ruby, subs="verbatim,attributes"]
----
use_frameworks!
pod '{name}'
----
=== Manually
Copy all files in the `{name}` directory into your project.
== 🛌 Dependency
* link:https://gitub.com/Meniny/PapaLayout[PapaLayout]
== ❤️ Contribution
You are welcome to fork and submit pull requests.
== 🔖 License
`{name}` is open-sourced software, licensed under the link:./LICENSE.md[`{license}`] license.
== 🔫 Usage
[source, swift, subs="verbatim,attributes"]
----
import {name}
----