Show WebView ViewController through the xib View – Ios swift
I have a xib view and a button in it but when i try to configure it to present a ViewController with a WebView it shows some errors. the xib file: class popUpView: UIView, UITextFieldDelegate { @IBOutlet weak var payNowPopUp:…