I'm trying to find where I can see the result of #pragma mark
s in Xcode 4 but can't see开发者_如何学Gom to find it.
The reference here talks about the grouping in the Function Menu but I can't seem to find this in Xcode 4 ?
When you have the file selected in XCode, in the bar above the editor area (known as the Jump Bar), you might see something to the effect of "Project Name > Classes > Filename > No Selection." Click on "No Selection". Your #pragma mark
s will fill out this area.
You can see it by clicking on "No Selection":
If you include a #pragma
mark, it will become more readable.
Thank you. It's very simple but not easy to find it.
Along with pragma entries, Xcode will also display points where a comment begins with "\TODO: " Great way to leave and find breadcrumbs for follow-up work.
精彩评论