https://github.com/anonrig/relevantinformer
Zero dependency presentation library for popups, messages and notifications. An alternative to SwiftEntryKit.
https://github.com/anonrig/relevantinformer
ios overlay swift
Last synced: 11 months ago
JSON representation
Zero dependency presentation library for popups, messages and notifications. An alternative to SwiftEntryKit.
- Host: GitHub
- URL: https://github.com/anonrig/relevantinformer
- Owner: anonrig
- Created: 2020-07-15T20:02:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T18:52:54.000Z (almost 6 years ago)
- Last Synced: 2024-05-02T05:54:46.006Z (about 2 years ago)
- Topics: ios, overlay, swift
- Language: Swift
- Homepage: https://relevantfruit.com
- Size: 68.4 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Relevant Informer
Relevant Informer is zero-dependency popup / message / notification library.
## RI 101
```swift
let view = MyViewController()
view.ri.display(with: RIAttributes.popup)
```
## Features
- [x] Display modes: enqueue and override.
- [ ] SwiftUI support.
- [ ] Carthage and CocoaPods support.
## Installation
### Swift Package Manager
```swift
dependencies: [
.package(url: "https://github.com/relevantfruit/RelevantInformer", .upToNextMajor(from: "0.4.0"))
]
```
## Requirements
- iOS 12.0+
- Xcode 11+
- Swift 5.1+