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.
要创建自己的通讯录,我已经从通讯录中复制了所有联系人并将它们存储在一个数组中,但我需要将数组中的姓氏加粗,例如,如果数组有对象“abc efg”,那么我只需要加粗efg in阵列我该怎么做请帮助任何人
你不能在数组中加粗它。当您将其写入 TableViewCell 或您写入的任何其他视图时,您应该将其设为粗体。你能粘贴你用来写名字的代码吗?