Okay guys, now that I have fixed this because of your help,
the error has gone.
but the page won't move to the 'requirementVC', so the button when i clicked, it just doesn't do anything.
@IBAction func buttonOK(_ sender: Any) {
let button = (self.storyboard?.instantiateViewController(withIdentifier: "RequirementsVC") as! requirementVC)
self.navigationController?.show(button, sender: nil)
}
Thankyou again, appriciate it!