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.
如何使用 Apples simpleFtpsample 项目中的 Listviewcontroller 类从 ftp 获取文件夹列表。如何像我们使用 GetController 类的对象下载数据一样使用它请建议
来自苹果网站的 ListController 类有助于列出目录。只需自定义一点,以便我们可以使用 Listcontroller 类的对象在其他类中使用它,如 rmaddy 在上面的评论中所建议的那样