When one Implements an Interface (equivalent to a Protocol in Objective-C) in the .Net environment, the IDE automatically adds the properties and methods that need to be implemented to the class' file. Is there a setting that will result in a similar behavior in the Xcode environment? Will it do the same for a delegate?
At this point, I find myself copying/pasting the protocol/delegate's methods from Apple's online documentation.
Thanks for your time.
Craig Buchanan