In my Xcode project, I have several view controllers in my storyboard. How can I see the code for a specific view controller?
Because each view controller will need to have different functions from the others. So, where can I write that code?
Thanks!