Skip to content

Commit

Permalink
Add section on Human Interface Guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Richter committed Jan 14, 2016
1 parent 5843fe4 commit caa650b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ If you are looking for something specific, you can jump right into the relevant

## Getting Started

### Human Interface Guidelines

If you're coming from another platform, do take some time to familiarize yourself with Apple's [Human Interface Guidelines][ios-hig] for the platform. There is a strong emphasis on good design in the iOS world, and your app should be no exception. The guidelines also provide a handy overview of native UI elements, technologies such as 3D Touch or Wallet, and icon dimensions for designers.

[ios-hig]: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/

### Xcode

[Xcode][xcode] is the IDE of choice for most iOS developers, and the only one officially supported by Apple. There are some alternatives, of which [AppCode][appcode] is arguably the most famous, but unless you're already a seasoned iOS person, go with Xcode. Despite its shortcomings, it's actually quite usable nowadays!
Expand Down

0 comments on commit caa650b

Please sign in to comment.