Back to Developer Roadmap

Navigators

src/data/roadmaps/ios/content/[email protected]

4.0783 B
Original Source

Navigators

Xcode navigators are a set of tools located in the Navigator Area on the left side of the Xcode window. They provide different views and organizational structures for managing various aspects of your project:

  1. Project Navigator: Displays project files and groups
  2. Source Control Navigator: Shows version control information
  3. Symbol Navigator: Lists symbols (classes, methods, variables) in your project
  4. Find Navigator: Displays search results across the project
  5. Issue Navigator: Lists warnings, errors, and analysis results
  6. Test Navigator: Organizes and runs unit tests
  7. Debug Navigator: Shows running processes and debug information
  8. Breakpoint Navigator: Manages breakpoints throughout your code
  9. Report Navigator: Displays build and run reports