Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Intersection of Design and Development for iOS

Warren Moore
October 20, 2012

The Intersection of Design and Development for iOS

iOS never stops evolving, so it's important for designers and developers to stay up-to-date on platform features that allow them to deliver better experiences with less work and fewer lines of code.

In this session, we'll discuss specific ways in which designers and developers can work together to achieve pixel-perfect user interfaces. This talk will have something for everyone, from designers who are approaching native app design for the first time to hardcore iOS developers who want to stay on top of new features in iOS 5 and 6.

Warren Moore

October 20, 2012
Tweet

More Decks by Warren Moore

Other Decks in Design

Transcript

  1. Figured adapted from Pro iOS Table Views for iPhone, iPad,

    and iPod Touch by Tim Duckett UIViewAutoresizingFlexibleTopMargin UIViewAutoresizingFlexibleBottomMargin UIViewAutoresizingFlexibleRightMargin UIViewAutoresizingFlexibleLeftMargin UIViewAutoresizing FlexibleWidth UIViewAutoresizing FlexibleHeight
  2. NSInteger state = UIControlStateNormal; [button setBackgroundImage:image forControlState:state]; NSInteger state =

    UIControlStateSelected|UIControlStateHighlighted; [button setBackgroundImage:image forControlState:state];