gpt4 book ai didi

ios - Swift 代码中的 SVPullToRefresh + SVInfiniteScrolling

转载 作者:行者123 更新时间:2023-11-28 05:32:39 26 4
gpt4 key购买 nike

我在 swift 代码库上使用 SVPullToRefresh + SVInfiniteScrolling。怎么写

[tableView addPullToRefreshWithActionHandler:^{
// prepend data to dataSource, insert cells at top of table view
// call [tableView.pullToRefreshView stopAnimating] when done
}];

[tableView addPullToRefreshWithActionHandler:^{
// prepend data to dataSource, insert cells at top of table view
// call [tableView.pullToRefreshView stopAnimating] when done
} position:SVPullToRefreshPositionBottom];

在快速代码中?

最佳答案

尝试类似的东西:

self.tableView.addPullToRefreshWithActionHandler({() -> Void in
//code
})

关于ios - Swift 代码中的 SVPullToRefresh + SVInfiniteScrolling,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27100541/

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