gpt4 book ai didi

iphone - iOS 中的卢比符号

转载 作者:行者123 更新时间:2023-12-03 18:25:15 26 4
gpt4 key购买 nike

如何在 iPhone 上的 UILabel 中添加卢比符号?

最佳答案

这是我使用 Unicode 字符完成此操作的方法,它正在工作并经过我测试。

NSString *rupee=@"\u20B9";
NSLog(@"打印卢比符号%@",卢比);
请引用此链接UniCode Character

对于 Swift 语言,你应该尝试一下!

let rupee = "\u{20B9}"
println(rupee)

//对于 Swift >2.0

let rupee = "\u{20B9}"
print(rupee)

有关 UniChar 的更多信息,您应该查看此 Official Apple Doc干杯:)

关于iphone - iOS 中的卢比符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5448172/

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