Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 873 Bytes

familiarity-with-xcode.md

File metadata and controls

19 lines (15 loc) · 873 Bytes

Familiarise Yourself With Xcode

Xcode is an IDE which will allow us to develop software for macOS, iOS, WatchOS and tvOS. So no surprises🙊 on what we'll be using for developing our apps

Screen layout screen shot 2016-11-01 at 12 37 55

  • Navigator
    • Very useful for navigating around in the project🚥
  • Project Space
    • Biggest screen real-estate to be used for code! 🙌
  • Utilities
    • Used for viewing/managing file metadata (File Inspector 📁)
    • As well as for viewing details of what has been selected in the editor using tools such as
      • Attribute Inspector
      • Size Inspector
      • Object Library TIP: Spend some time getting use to the IDE and it's layout