When you press on the screen im trying to get a function that Is in a different view Controller to be called usaully i would just do the
viewControllerFuncIsIn().NameOfFunc()
but because the view controller class that has the function im trying to call is a SCNView. it gives me this error with ns coder because in currently in a Skscene
the function im trying to call is in a class called Extra1 right below the viewdidload(not in it).
Update for comment below:
Extra1(coder:NSCoder())!.see()