gpt4 book ai didi

ios - 如何通过代码从表中删除 nib (xib) - Objective-C

转载 作者:行者123 更新时间:2023-11-29 00:18:02 26 4
gpt4 key购买 nike

我使用加载 xib 文件

[self.tableView registerNib:[UINib nibWithNibName:@"HelpDeskCell" bundle:nil] forCellReuseIdentifier:@"Cell"];

并且想知道是否可以通过代码将其从表中删除。

最佳答案

来自 Apple 的文档(总是第一个看的好地方):

You may specify nil for nib if you want to unregister the nib from the specified reuse identifier.

https://developer.apple.com/documentation/uikit/uitableview/1614937-registernib

关于ios - 如何通过代码从表中删除 nib (xib) - Objective-C,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44807064/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com