Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do you see the result of "#pragma mark" in Xcode 4?

Tags:

xcode4

I'm trying to find where I can see the result of #pragma marks in Xcode 4 but can't seem 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 ?

like image 379
Greg Avatar asked Mar 18 '11 22:03

Greg


People also ask

How can I see the results of a form poll in a team?

Go to your Polls tab or Polls pane to see real time results of polls that are collecting responses.

Where do responses to Microsoft Forms go?

In Microsoft Forms, you can easily view all of the response data for your form or quiz in Microsoft Excel. An Excel workbook with your response data will be downloaded to your desktop or stored in OneDrive, depending on the starting point of your form or quiz.

How do I share a form result?

Sharing your Microsoft Form results is as easy as checking them. Head to the form you want to share and click on the Responses tab. Then click the three dots next to Open in Excel to show More options. Then select Share a summary link.


1 Answers

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 marks will fill out this area.

like image 186
tJener Avatar answered Sep 19 '22 15:09

tJener