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.
我们想在 iOS 5+ 应用程序中使用 iOS 7 字体。
我们试试这个:
UIFont *font = [UIFont fontWithName:@"Helvetica Neue Ultra Light" size:50];
或者
UIFont *font = [UIFont fontWithName:@"Helvetica-Neue-Ultra-Light" size:50];
但字体是(null)。
那么,如何使用 iOS 7 字体呢?
根据iosfonts.com,您想要:
HelveticaNeue-UltraLight