gpt4 book ai didi

ios - UITextView 的字体为零,但我在 Storyboard 中设置了它

转载 作者:可可西里 更新时间:2023-11-01 06:15:30 24 4
gpt4 key购买 nike

SYBListWeiBoCellView 是一个自定义单元格,它有一个 UITextView。我在 Storyboard中设置了 UITextview 的字体,并在 SYBListWeiBoCellView 中创建了一个名为 repoText 的 IBOutlet。当我通过

获取SYBListWeiBoCellView
SYBListWeiBoCellView *cell = [tableView dequeueReusableCellWithIdentifier:@"weiboCell"];
UIFont *font = cell.repoText.font;

字体变成nil,应该是我在storyboard里设置的值

在这里https://stackoverflow.com/a/19115950/1130175有人说这是一个错误。

最佳答案

如果您使用自定义字体,您在 Storyboard中选择的字体将不会出现在应用程序中。您必须将自定义字体文件添加到您的包中并在代码中设置字体。

您可以按照本教程添加自定义字体:http://www.developers-life.com/how-to-include-ttf-fonts-to-ios-app.html

关于ios - UITextView 的字体为零,但我在 Storyboard 中设置了它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19763646/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com