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.
我有医院名单。该列表是一个word文档,其中我有很多医院的名称。我必须在表格视图中显示它们。我必须对名称进行硬编码,或者有其他方法可以从文档中获取名称,然后显示在UITableView?
UITableView
制作一个 plist 并保存您所有的医院名称.. 然后获取它并在您的表格视图中轻松显示
如果您只有这个文档,并且您实际上可以打开该文档并对其进行硬编码,我建议您将其转换为 plist,使用一些实用程序,甚至手动,阅读 word 将需要时间,我不建议这样做只需 1 个文件
创建一个NSArray医院名称并在UITableview.
NSArray
UITableview