Skip to content

Beautifully display information about your app updates.

Notifications You must be signed in to change notification settings

Aayush9029/InformationKit

Repository files navigation

⚠️ WIP

information kit logo

InformationKit

InformationKit is a Swift library that enables users to stay up to date with their app updates and new releases. It prioritizes the information and displays it in an informative banner with just two lines of SwiftUI code.

Buy Me coffee

app window  

Usage

InformationKit is extremely easy to integrate. You don't need to pass any variables, or set any parameters from your view. Just add InformationSourceURL and InformationSortType keys to your info.plist.

<!--index, random or prioritized-->
<key>InformationSortType</key>
<string>prioritized</string>

<!--remote config URL-->
<key>InformationSourceURL</key>
<string>https://aayush9029.github.io/Armed/news/config.json</string>
import InformationKit
import SwiftUI

struct ContentView: View {
    var body: some View {
        InformationBanner()
    }
}

About

Beautifully display information about your app updates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages