As mentioned elsewhere, #pragmas inside methods don't work in Xcode 4.
What's a good way to do quick navigation to different sections within a long method, for example to specific cases of a switch statement?
(I try to keep methods clean & short where practical, but that's a topic for elsewhere.)