Hi
After I create a protocol I typically create concrete implmentation of the protocol.
Xcode will say you have not implmented the "required" protocol methods in the implementation class, "clas does not conform to protocol:"
Would it be possible to add a feature to Xcode where it will automatically generate "dummy" implmentations for the missing "required" protocol methods, a "Fix-It" type hint feature.
In the eclipse Java IDE there is "fix-it" type feature "Add unimplmented methods" and generates dummy implementations which allows you to focus on the minmal methods you need to get implemented to get the app compiling and running.