Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 396 Bytes

ios.md

File metadata and controls

5 lines (4 loc) · 396 Bytes

iOS

  • Follow the Ray Wenderlich Styleguide except using 2 spaces as indentation. We'll use 4 spaces as recommended by Apple.
  • Prefer realm.io over CoreData.
  • Use CocoaPods whenever available. When you need a library/plugin, check Cocoa Controls first before trying to do it yourself.