SYBListWeiBoCellView 是一个自定义单元格,它有一个 UITextView。我在情节提要中设置了 UITextview 的字体,并在 SYBListWeiBoCellView 中创建了一个名为 repoText 的 IBOutlet。当我通过 SYBListWeiBoCellView
SYBListWeiBoCellView *cell = [tableView dequeueReusableCellWithIdentifier:@"weiboCell"];
UIFont *font = cell.repoText.font;
字体变成零,它应该是我在情节提要中设置的值。
这里https://stackoverflow.com/a/19115950/1130175有人说这是一个错误。