Correct font style (size and alpha) for ios7 footer and header

I need to recreate the standard presentation of the header and footer in iOS7, but cannot get the exact details of the text formatting.

That's what I think:

Helvetica Neue (am I using systemFontofSize?) Size 14 for the header ??? size 12 for footer ???

text.color = colorWithWhite 0.5 1.0 ?????

For my custom view, I obviously create a shortcut ... guessing the starting position:

iphone: 16, 18 ipad: 16, 10 seems correct, but why the difference?

Can someone point me in the right direction? I can not find this information in the docs.

Thanks!!!!

+4
source share
1 answer

I think I found a solution here:

http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/

The font looks like "HelveticaNeue-Light", 34px for the header and "HelveticaNeue", 28px for the footer.

+2
source

All Articles