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.
letter-spacing プロパティは、Pixate を使用するナビゲーション バーのタイトルの子に影響を与えないように見えます。
iOS では、UINavigationBar タイトルの属性付きテキストは、フォント、テキストの色、テキストの影の色、およびテキストの影のオフセットのみをサポートします。文字間隔を取得するには、独自のテキスト フィールドを作成し、それに NSKernAttributeName 属性を割り当ててから、それを NavigationItem の titleView に割り当てる必要があります。これは、一般的に UINavigationBar に対してではなく、ナビゲーション ページごとに行われます。