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.
如何UIFont按名称随机选择(具有恒定大小)?
UIFont
这个问题没有更多内容,但似乎 SO 想从我这里得到更多,所以这里有一些毫无意义的废话。
创建一个包含所有你想要的字体的数组,然后使用 arc4rand 在索引处选择一个随机对象作为你的字体。