导航项标题自定义字体
导航栏或导航项的标题具有自定义字体是否合法(或 Apple 允许)?
编辑:
titleView.font = [UIFont fontWithName:@"Tahoma" size:20.0];
不适用于我。
Is it legal (or okay with Apple) to have the title of a navigation bar or a navigation item have a custom font?
EDIT:
titleView.font = [UIFont fontWithName:@"Tahoma" size:20.0];
is not working with me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然!有很多应用程序都有这些。他们仍然可能拒绝您的应用程序的唯一原因是您的字体不可读,或者侵犯了某人的版权或其他内容......
Sure! There are many apps having those. The only thing they still may reject your app for is if your font isn't readable, or when it infriges someones copyright or something ...