我试图通过这样做使UIButton
与其标题的宽度相同:
CGSize stringSize = [[tagArray lastObject] sizeWithAttributes:@{NSFontAttributeName:@"System 14.0"}];
tagButton.frame = CGRectMake(x, y, stringSize.width, 30);
然而它在CGSize
线上崩溃了。有什么指针吗?数组中的对象只是常规NSString
。
答案 0 :(得分:1)
将第一行更改为:
-webkit-gradient(linear, top right, left bottom, from (rgba(255,0,0,1)), to(rgba(255,0,0,0)))