gpt4 book ai didi

cocoa - insertRowsAtIndexPaths 之后执行回调

转载 作者:行者123 更新时间:2023-12-03 16:39:05 27 4
gpt4 key购买 nike

我使用以下方法在表中添加新行:

[tableView insertRowsAtIndexPaths:[NSArray arrayWithObject:newIndexPath] withRowAnimation:UITableViewRowAnimationFade];

但是,我想在完成之后执行另一个函数并且该行有效地存在于表中。这可以做到吗?

最佳答案

我按照描述解决了这个问题 here带回调:

[tableView insertRowsAtIndexPaths:[NSArray arrayWithObject:newIndexPath] withRowAnimation:UITableViewRowAnimationFade];

[self performSelector:@selector(showKeyboard:)
withObject:newIndexPath
afterDelay:0.5];

也许有更好的方法。

关于cocoa - insertRowsAtIndexPaths 之后执行回调,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4541579/

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