Hi guys,
awesome repository, we are using this for our application, thanks for sharing this.
I've been trying to build for iOS 12 under Xcode 10 and I'm having the following issues:
// BaseWindow.swift
...
backgroundColor = UIColor.clear
windowLevel = UIWindow.Level.alert + 1
makeKey()
// CircularProgressView.swift
NotificationCenter.default.addObserver(self,
selector: #selector(viewDidEnterBackground(_:)),
name: UIApplication.didEnterBackgroundNotification,
object: nil)
// CircularProgressView.swift
NotificationCenter.default.addObserver(self,
selector: #selector(viewWillEnterForeground(_:)),
name: UIApplication.willEnterForegroundNotification,
object: nil)
Do you want me to send a PR for these issues?
Thanks again.
Hi guys,
awesome repository, we are using this for our application, thanks for sharing this.
I've been trying to build for iOS 12 under Xcode 10 and I'm having the following issues:
// CircularProgressView.swift
Do you want me to send a PR for these issues?
Thanks again.