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.
如何将我在 UIPickerView 中看到的选项的文本对齐设置为居中对齐?我已经尝试了几乎所有我能设置的东西,但都无济于事。
我创建了一个继承自 UIPickerViewModel 的自定义类。这从我的 SQLite 文件中读取了我的数据,将文本转换为 UILabel,并将它们添加到 UILabel 数组中。我对其进行了格式化,使文本为粗体、居中并根据我的喜好着色。当它显示在 UIPickerView 中时,这些格式更改会继续并按我希望的方式显示!