https://github.com/meniny/superalertcontroller
⁉️ An UIAlertController extension
https://github.com/meniny/superalertcontroller
alert swift uialertcontroller
Last synced: about 1 month ago
JSON representation
⁉️ An UIAlertController extension
- Host: GitHub
- URL: https://github.com/meniny/superalertcontroller
- Owner: Meniny
- License: mit
- Created: 2018-01-20T16:03:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T07:26:42.000Z (about 6 years ago)
- Last Synced: 2025-04-09T10:36:43.755Z (about 1 month ago)
- Topics: alert, swift, uialertcontroller
- Language: Swift
- Homepage:
- Size: 5.2 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.md
Awesome Lists containing this project
README
:name: SuperAlertController
:author: Elias Abel
:author_esc: Elias%20Abel
:mail: [email protected]
:desc: an UIAlertController extension.
:version: 2.1.0
:na: N/A
:ios: 9.0
:macos: {na}
:watchos: {na}
:tvos: {na}
:linux: {na}
:xcode: 10.2
:swift: 5
:license: MIT
:sep: %20%7C%20
:platform: iOS
= Meet `{name}`
{author} <{mail}>
v{version}, 2018-05-08[subs="attributes"]
++++
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
++++:toc:
== 🏵 Introduction
**{name}** is {desc}.
++++
![]()
++++
== 📋 Requirements
[%header]
|===
2+^m|Type 1+^m|Requirement1.5+^.^|Platform ^|iOS ^|{ios}+
^|macOS ^e|{macos}
^|tvOS ^e|{tvos}
^|watchOS ^e|{watchos}
^|Linux ^e|{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}'
----==== Extensions
[source, ruby, subs="verbatim,attributes"]
----
use_frameworks!
pod '{name}/Ext'
----=== Manually
Copy all files in the `{name}` directory into your project.
== 🛌 Dependency
{na}
== ❤️ 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}
----