If you need certain functionality, you need to implement methods, is it possible for xcode to insert stubs in it to do this?
i.e. sometimes you do something like:
UIViewController <blah>, <blah2>
How do you need to implement, for example, delegate methods and data source methods, is it possible for xcode to drown them out?
source
share