开发者

Cannot find the pop up list relating to the #pragma mark compiler directive

开发者 https://www.devze.com 2023-02-15 10:39 出处:网络
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

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 开发者_JS百科to "#pragma mark" ?

(Xcode 3.2.5)


it's directly above the code in your source code editor.

Cannot find the pop up list relating to the #pragma mark compiler directive

And once you click there you will see this:

Cannot find the pop up list relating to the #pragma mark compiler directive

0

精彩评论

暂无评论...
验证码 换一张
取 消