Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MobileSafari の Web ページのタイトルは彫刻のように見えます。ホストはこの効果を実現しますか?また、タイトルのフォント ファミリとフォント サイズは何ですか?
どうもありがとうございました!
これは、システムのデフォルト フォントである Helvetica-Neue です。UIKit では、[UIFont systemFontOfSize:...]またはで取得します[UIFont boldSystemFontOfSize:...]。「彫る」効果は、単純な白いドロップ シャドウです。shadowColorとのshadowOffsetプロパティで実現されますUILabel。
[UIFont systemFontOfSize:...]
[UIFont boldSystemFontOfSize:...]
shadowColor
shadowOffset
UILabel