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。