Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where are iOS layout guidelines?

Tags:

ios

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?

like image 827
Ben Collins Avatar asked Jan 25 '11 18:01

Ben Collins


1 Answers

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.

like image 200
Nick Toumpelis Avatar answered Dec 06 '22 11:12

Nick Toumpelis