RobotsAndPencils / RPSlidingMenu

A collection view menu in the style of UltraVisual.
MIT License
861 stars 109 forks source link

Adjust code style to match R&P guide #4

Closed interstateone closed 10 years ago

interstateone commented 10 years ago

Just a few whitespace, style tweaks to match the public R&P guide.

As an aside, wouldn't it be nice if there were an __attribute__((objc_requires_override)) (like __attribute__((objc_requires_super))) for superclass methods that explicitly should be implemented and not call super?