Skip to content
/ Corona Public

Simple iOS app written in swift 5 to easily keep up to date with the corona virus stats of Sri Lanka

License

Notifications You must be signed in to change notification settings

Koronaa/Corona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corona

Simple iOS app written in Swift 5 to easily keep up to date with the corona virus stats of Sri Lanka using the API provided by Health Promotion Bureau.

swift-version xcode-version rxswift license blog

Supports

iOS 10+

Libraries Used

Corona use number of open source projects to work properly

Note:

I had to tweak NotificationBannerSwift a little bit to avoid a crash. So if in case you do a pod install make sure to do the following change in BaseNotificationBanner.swift file,

/// The main window of the application which banner views are placed on
    private let appWindow: UIWindow? = {
        var window:UIWindow? = UIApplication.shared.keyWindow
        if window == nil{
            // Fetching window for iOS 13
            if #available(iOS 13.0, *) {
                window = UIApplication.shared.windows.filter({$0.windowScene?.activationState == .foregroundActive}).first!
            }
        }
        return window
    }()
    

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Simple iOS app written in swift 5 to easily keep up to date with the corona virus stats of Sri Lanka

Resources

License

Stars

Watchers

Forks

Packages

No packages published