更改 UIpopover 标题的字体类型
请建议我,如何设置 UIPopover 标题的字体大小和字体类型(如 Helvetica-Bold)。
谢谢。
Please suggest me, how can I set the font size and font type(as Helvetica-Bold) for the tittle of a UIPopover.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜弹出窗口的标题是导航控制器的标题。 iOS 5.0 中的 UINavigationBar 有一个名为“titleTextAttributes”的属性用于自定义。
The title of the popover is the navigation controller's title I guess. There is a property called "titleTextAttributes" for UINavigationBar in iOS 5.0 for customization.