Ben Collins
Ben Collins

Reputation: 20686

where are iOS layout guidelines?

I have been trying to find a reference with details on the offset guidelines for subview layouts in iOS with no luck. I first looked in the IB guide, and in the section about layouts, it indicates that the IB guides (the blue lines) use guidelines supposedly described in detail in the iOS Mobile HIG, but I searched that document and didn't find any such guidelines.

Anyone know where it's specified, or am I just going to have to piddle with IB and write down numbers on sticky notes?

Upvotes: 7

Views: 3517

Answers (4)

Grasshopper
Grasshopper

Reputation: 1769

The question is quite old but since It shows as the first answer in DDG I'll post the link in iOS Library.

Upvotes: 0

jnthnclrk
jnthnclrk

Reputation: 468

This document seems better suited to layout, they refer to it as views: http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/CreatingViews/CreatingViews.html

Upvotes: 1

Nick Toumpelis
Nick Toumpelis

Reputation: 2714

I don't think there is any documentation specific to what you are asking (except for the standard element dimensions described in the docs). TapWorthy is worth a read and it will definitely be of help if you want to understand the rationale behind some of Apple's (and others') UI design decisions.

Upvotes: 2

defbyte
defbyte

Reputation: 611

I recommend looking at the iOS UI Element Usage Guidelines (fixed my broken link..)

Upvotes: 0

Related Questions