TackMobile / Denver-Rail-iOS

MIT licensed iOS app for the Denver RTD light rail system.
MIT License
5 stars 1 forks source link

removing commented out code and NSLogs, using documentation comments,… #3

Closed naomihimley closed 8 years ago

naomihimley commented 8 years ago

… fixing compiler warnings, privatizing private methods and properties. Using the /\ documentation comments for comments describing what properties or methods do makes it so that you can right click on those things anywhere in code and it will show the comment. Also fixed some spelling mistakes and updated to avoid using @synthesize where unnecessary. The pragma mark updates create the same effect. @JanBo @RockNRoll08 Feel free to look over and let me know if there's anything you see that you don't like, otherwise I'll merge tomorrow.