【发布时间】:2012-09-14 17:40:03
【问题描述】:
我有一个应用程序,它有许多相同 UIView 的实例。他们是一种像 UITableViewCell 一样重用 UIView 的方法吗?类似于:
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
【问题讨论】:
-
您是否使用 Storyboard,这可能与答案不同...
-
@lehn0058 你应该看看这个 Let's Build UITableView mikeash.com/pyblog/…
标签: ios uitableview uiview reusability