Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode Tips and Tricks #24

Open
sohilpandya opened this issue Dec 12, 2016 · 1 comment
Open

Xcode Tips and Tricks #24

sohilpandya opened this issue Dec 12, 2016 · 1 comment

Comments

@sohilpandya
Copy link
Member

sohilpandya commented Dec 12, 2016

As mentioned by @iteles, I'll note down some of the cool/not so cool features of Xcode below so that we don't forget them! The plan is to add these to the Familiarity with Xcode section of the GitBook

  • Ability to view comments in the with ease when viewing the code structure in a file:

screen shot 2016-12-12 at 21 56 42

Within the Navigation bar of the file, you have the ability to view all the methods/classes/functions in a given file, If you were to make a comment starting with the word `//MARK:` then that particular comment would appear in the drop-down list making it easier to navigate or get an overview of a given file! 😮
  • Ability to View Linked Files Automatically:

screen shot 2016-12-12 at 22 01 50

If a user is looking at a particular controller and the Editor is set to show a file Automatically in the Assistant Editor

screen shot 2016-12-12 at 22 02 57

Then the file shown on the right will always represent the file linked to the given controller 👍
@sohilpandya
Copy link
Member Author

Found this 💎 of a resource online for Xcode - http://codewithchris.com/xcode-tutorial/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant