문제

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