I am creating a scrollview in a separate tab in my app so that I can fit more controls on the screen. However, when I click on the tab, the run pauses with error:
Terminating app due to uncaught exception '
NSUnknownKeyException
', reason: '[<UIViewController 0x5b20ff0> setValue:forUndefinedKey:]
: this class is not key value coding-compliant for the key scroll.'
Any ideas why?