質問

I'm in the need to recreating the standard Header and Footer view in iOS7 but can't get the exact details of the text formatting.

Here's what I think:

Helvetica Neue (I'm using systemFontofSize ?) size 14 for header??? size 12 for footer???

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

For the my custom view, I have obviously create a label...guessing on origin position:

iphone: 16, 18 ipad: 16, 10 seems to look right, but why the difference?

Can anyone point me in the right direction? I can't find this info in the docs.

Thanks!!!!

役に立ちましたか?

解決

I think I found the solution here:

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

The font seems to be "HelveticaNeue-Light", 34px for the header and "HelveticaNeue", 28px for the footer.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top