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.
我想让一个 UI 看起来像苹果播客应用程序的应用程序。
这有两个部分UIViewController:
UIViewController
tableview
refreshcontrol
这是我的问题的最后一点:refreshcontrol。我找到了以前的SO 解决方案,但 refreshcontrol直接在我的视图上添加会破坏所有单元格和表格样式。
你知道我怎样才能用这些特征来做一个视图fixed part:refreshcontrol和tableview?
fixed part
你可以使用UIViewController遏制。
您可以拥有一个父视图控制器,其中包括顶部固定部分的视图和UITableView底部的视图。
UITableView
对于UITableView您可以包含 aUITableViewController作为子视图控制器,因此您可以UIRefreshControl按预期使用。
UITableViewController
UIRefreshControl