Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我UILabel用来显示产品价格。现在在报价时,我必须显示价格,image如
UILabel
image
不知道该怎么做,任何想法都可以帮助我很多。提前致谢
1) 如果您的应用适用于 iOS >= 6.0,则使用NSAttributedString.
NSAttributedString
2)如果您的应用受旧版本支持意味着低于 6.0,那么我的建议是多选一个label或view使用 required height, width & background color。将其添加到label您view的价格之上label。
label
view
height, width & background color