DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents iPadProgrammingGuide

iPad Programming Guide General 2010-02-05 Apple Inc. © 2010 Apple Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,…

Education iOS HIG

1. iOS Human Interface Guidelines 2. Contents UI Design Basics 8 Designing for iOS 7 9 Defer to Content 10 Provide Clarity 12 Use Depth to Communicate 16 iOS App Anatomy…

Design iOS 7 Human Interface Guidelines

1. iOS Human Interface Guidelines 2. Contents UI Design Basics 10 Designing for iOS 7 11 Defer to Content 12 Provide Clarity 15 Use Depth to Communicate 19 iOS App Anatomy…

Technology Mobile hig

1. iOS Human Interface Guidelines 2. ContentsUI Design Basics 10Designing for iOS 7 11Defer to Content 12Provide Clarity 15Use Depth to Communicate 19iOS App Anatomy 25Starting…

Technology Size Classes

1. Size ClassesCocoaHeads Moscow 2. Size Classes• horizontalSizeClass• verticalSizeClass 3. // < iOS 8if (IS_PORTRAIT) {if (IS_iPHONE) {if (IS_iPHONE_5) {} else {}}…

Documents Apple iOS Human Interface Guidelines

iOS Human Interface Guidelines Contents UI Design Basics 8 Designing for iOS 7 9 Defer to Content 10 Provide Clarity 12 Use Depth to Communicate 16 iOS App Anatomy 22 Starting…

Documents iOS7 TransitionGuide

iOS 7 UI Transition Guide Contents Preparing for Transition 5 Before You Start 6 Characterizing Your App 7 Scoping the Project 9 Things Every App Must Do 9 Things Every App…

Documents MobileHIG

iOS Human Interface Guidelines Contents UI Design Basics 8 Designing for iOS 7 9 Defer to Content 10 Provide Clarity 12 Use Depth to Communicate 16 iOS App Anatomy 22 Starting…

Documents iOS7 TransitionGuide Updating the UI for Apple Developers

iOS 7 UI Transition Guide Contents Preparing for Transition 5 Before You Start 6 Characterizing Your App 8 Scope the Project 10 Things Every App Must Do 10 Things Every App…

Technology Modular View Controller Hierarchies

1. Not Your Granddaddy's Architecture Building Modularity into View Controller Hierarchies 2. The following takes place in an alternate reality 3. Meet Jax 4. Jax is…