iPhone Development: Reading Objective-C Methods
If you’re new here, you should subscribe to my RSS feed.
And you should follow me on Twitter here. Thanks for visiting!When teaching Objective-C, I’m finding that some have trouble reading method signatures. Reading Objective-C methods can be made easier if proper spacing and indenting is used.
This is what a method looks like in Objective-C:
- (ret-type) [...]