I am making a very simple app that has 2 View Controllers connected by a Navigation Controller. My second View Controller has no content in it .
But I am getting the following Error:
Thread 1: "[<quiz__2.ViewController 0x7fad26005700> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key result."
I also having multiple buttons leading to the same View Controller
How can I fix this?