Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1.07 KB

best-practices.md

File metadata and controls

16 lines (8 loc) · 1.07 KB

Best Practices

Coding Style Guide

We like to have a consistent coding style in the WordPress for iOS app, and to help us achieve this we’ve drafted a style guide outlining preferred code formatting, some preferred language idioms.

It’s a good idea to check the style guide from time to time as we update it to account for new improvements in the Objective-C language or in the iOS SDK.

Follow Apple’s Human Interface Guidelines

Apple maintains an iOS Human Interface Guidelines document that “describes the guidelines and principles that help you design a superlative user interface and user experience for your iOS app.” Any new UI elements you create when contributing to the app should follow Apple’s guide.

Follow WordPress Mobile’s Design Guidelines

We’ve set up a page that outlines the design philosophy for all WordPress Mobile Apps here, make sure you read through it as well.