gpt4 book ai didi

ios - 如何基于来自服务器的标志使celllabel文本变为粗体

转载 作者:行者123 更新时间:2023-12-01 18:55:39 25 4
gpt4 key购买 nike

我之前曾问过这个问题,如何根据标志更改UITableViewCell的颜色,但是当我根据标志更改标签的字体时,下面没有做的是我的cellForRowAtIndexPath示例代码,请告诉我我误会了

if([[[self.inboxmessagesarray objectAtIndex:indexPath.row]objectForKey:@"messageRead"] intValue]==0)
{

cell.titlename.font=[UIFont fontWithName:@"SegoeUI-bold" size:15];
}
else
{
cell.titlename.font=[UIFont fontWithName:@"SegoeUI" size:15];
}

最佳答案

尝试以下代码行:

cell.titlename.font = [UIFont boldSystemFontOfSize:10];

根据项目要求更改字体大小。

关于ios - 如何基于来自服务器的标志使celllabel文本变为粗体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27440278/

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