I am trying to add 1 library in to my code but after adding framework using pod install and converting the code to Swift 3, I am getting the above mentioned error here.
public override init() {
super.init()
size = UIApplication.shared.delegate!.window!!.bounds.size //Error here
}
Thanks for your suggestions.