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.
UITableViewCell 原型单元似乎只能在 UITableView 下创建。如何使用情节提要在不同的 UITableViews 中使用相同的原型单元?
我不认为你能做到。我通常最终将 Cell 重构为一个单独的 XIB(您可以从情节提要中复制/粘贴)然后调用:
- (void)registerNib:(UINib *)nib forCellReuseIdentifier:(NSString *)identifier
在UITableView里面viewDidLoad
UITableView
viewDidLoad