I have a view controller, I want to action something on the view by calling a method in the view. But I get the error
fatal error: unexpectedly found nil while unwrapping an Optional value
because the view object isnt set.
There are a couple of issues here, firstly I assume I am with MVC "allowed" to control the view from the view controller? Secondarily am I missing some association between the two, maybe on the storyboard? or do I set it up another way...
Sorry for the basic question, but sometimes I get a bit lost
Kind regards
Mark