Reputation: 4486
I am going through some sample code and notice the compiler directive : "#pragma mark xxx". Read that the pragma is related to some popup menu in the IDE. But I don't seem to be able to activate the popup menu. Can anyone show me how to display the menu relating to "#pragma mark" ?
(Xcode 3.2.5)
Upvotes: 0
Views: 112
Reputation: 90117
it's directly above the code in your source code editor.
And once you click there you will see this:
Upvotes: 1