标签: ios text uilabel width
我很确定几天前我看到过使用数组(或列表或集合,我不记得)的字符串提供给像UILabel这样的UI元素选择最适合屏幕上可用空间的那个。即:提供["Today is the October the 10th, 2016", "Today is 2016/10/10", "2016/10/10", "16/10/10"]然后标签选择最合适的标签。
["Today is the October the 10th, 2016", "Today is 2016/10/10", "2016/10/10", "16/10/10"]
是一个原生的iOS功能还是一些不错的文本库或者我只是有一个梦想?
感谢。