这可以在iOS上使用UILabel + UIView实现类似的功能吗?
我尝试过使用UIWebView但是在UITableView中使用它太慢了。
That style using UILabel ? http://cl.ly/f9d4f776171e1cb6faaf/content
答案 0 :(得分:0)
像这样的东西
lbl.backgroundColor = [UIColor redColor];
lbl.textColor = [UIColor whiteColor];
假设lbl是UILabel对象。
答案 1 :(得分:0)
lbl.font = [UIFont boldSystemFontOfSize:20];