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.
我有一些 NSString 对象要显示在标签中,您可以将其视为数据库表中的记录行。我想知道是否有办法使用 Xcode 以这种表格格式显示这些数据?(想象一下你在 html 中这样做,这将是直截了当的。Xcode 中是否有类似的功能或者有这样做的技巧?)
你看过UITableView了吗?听起来这几乎就是您要寻找的东西。