腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
如何使cellForRowAtIndexPath在移动行后再次被调用?
、
这是我的代码 self.businessesBookmarked=mutableBusinessBookmarked; [
tableView
我
更新
了数据模型,但调用moveRowAtIndexPath
浏览 56
提问于2013-01-20
得票数 0
1
回答
从观察者
更新
TableView
单元格
UI
、
下载文件时,我正在尝试
更新
单元格的
UI
。我有一个监听程序来跟踪下载的进度。但是我似乎不能从监听器
更新
我的
UI
,reloaddata()和layoutifneeded()都不能工作// MARK: - VODownloader Observer let indexPath = IndexPath(item: 0, section: 0) let
cell
=
table
浏览 0
提问于2018-06-22
得票数 0
1
回答
平移过程中,UICollectionView单元格不能在各部分之间正确移动
、
、
、
updateInteractiveMovementTargetPosition直接调用集合视图方法moveItemAtIndexPath (而不是通过委托),这会导致错误,因为中间单元位置的更改不会在领域数据库中
更新
浏览 4
提问于2016-08-05
得票数 1
2
回答
如何创建更改特定uicollectionviewcell属性的操作?
、
、
、
、
我有一个带有UICollectionView的应用程序。每个自定义单元格都有一个循环进度视图和一个应该用来提升其进度的按钮,但我不知道如何在按钮操作中更改特定单元格子视图的属性。
浏览 1
提问于2019-06-20
得票数 0
回答已采纳
2
回答
滚动时使用新加载的内容
更新
UITableview单元格
、
、
、
我在完成块中将单元格内容设置为下载的图像,但直到用户完成滚动后它才会
更新
。func
tableView
(
tableView
: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell{ let dequeued = self.
tableView
.dequeueReusableCellWithIdentifier(imageFileCellIdentifier)let
cell
= dequeued
浏览 24
提问于2016-07-21
得票数 0
3
回答
Tableview
动态开关有问题,如果我选择开关并立即将其打开,它将无法迅速打开
、
、
、
、
如果我点击表格的外部,它会消失,如果我再次加载表格,我可以看到所有被选择的和先前启用( on )的开关被关闭(不是所有的,而是随机发生的) var
cell
=
tableView
.dequeueReusableCell(withIdentifier: "
cell
") i
浏览 0
提问于2019-03-07
得票数 1
2
回答
从另一个控制器调用awakeFromNib
、
、
、
() 如何将不作为应用于
tableview
单元格或所有
tableview
!?"120", "cellID": "
cell
1"]] 这是我的cellForR
浏览 1
提问于2016-03-14
得票数 1
回答已采纳
3
回答
为什么不快速重新加载
tableView
?
、
、
、
、
当我从reloadData() delegate (或 viewDidLoad**),函数**
tableView
(...cellForRowAtIndexPath:..) )调用时,不会被触发。override func viewDidLoad() {
tableView
.delegate = self
tableView
.dataSourceidentifierFactory = UserDefaults.standard.integer(forKe
浏览 4
提问于2020-03-09
得票数 0
2
回答
tableView
滚动时丢失标题UIButton
、
以下是points按钮中的代码: let
cell
=
tableView
.dequeueReusableCell(withIdentifier: "FrendsTableViewCellId", for: indexPath
cell
.titleName.text = f.job
浏览 6
提问于2018-01-23
得票数 0
回答已采纳
2
回答
从CloudKit检索新数据后
更新
tableView
数据
、
、
、
发生的情况是,当我在最后一排时,
tableView
.reloadData()让我的应用程序在屏幕上闪烁,但一切都正常工作。我是这样计算heightForRowAtIndexPath的: var
cell
= PostFeedTableViewCell()
cell
=
table
浏览 20
提问于2017-02-17
得票数 0
回答已采纳
3
回答
dispatch_async进入无限循环
、
、
{ UITableViewCell *
cell
= [
tableView
dequeueReusableCellWithIdentifier); [self load];
c
浏览 1
提问于2013-04-04
得票数 0
回答已采纳
2
回答
在UIProgressView中配置与控制器中的UIProgressView相等的TableViewCell
、
、
、
),但是在its 8&9中,
UI
中的进度条被卡在0中,但在iOS7中则是工作的。progress floatValue];} switch (indexPath.section= [self.
tabl
浏览 2
提问于2016-04-28
得票数 0
回答已采纳
1
回答
重新加载UITableView数据而不重新定位UITableViewCells
、
、
、
NSFetchedResultsController的数据偶尔会通过网络调用进行
更新
。每次从网络调用中
更新
数据后,我使用
tableView
reloadData
更新
tableView
reloadData,以便添加任何新项。什么是
更新
表视图中的数据而不重新定位其行的理想方法?= [
tab
浏览 2
提问于2012-07-26
得票数 2
3
回答
RxSwift选择时修改
tableview
单元格
、
、
{ // setting
ui
} row, contributor,
cell
in} 现在,当我点击单元格时,我想通过显示/隐藏顶部提
浏览 0
提问于2017-02-05
得票数 16
回答已采纳
2
回答
如何检查swift4单元格数据中的表视图单元格是否来自服务器
、
、
func
tableView
(_
tableView
: UITableView, numberOfRowsInSection section: Int) -> Int { { let
cell
:switchTableViewCell =
tableView
.dequeueReusableCell(withIdentifier: "
cell
1") as!l
浏览 15
提问于2019-07-05
得票数 0
1
回答
迅速重新加载
TableView
,但单元格一直保持不变直到单击
、
、
、
(
tableView
: UITableView!(
tableView
: UITableView!{
cell
.needPoster.text = poster
cell
.needDescri
浏览 3
提问于2014-08-27
得票数 1
回答已采纳
3
回答
无法在iOS 11 Swift中顺利展开文本视图
、
tableView
.beginUpdates()let txtStr =
cell
2.aboutTxtView.text!let btn =
cell
2.aboutReadBtn!()else
cell
2.aboutTxtView_HeightConstraint.constant = 84} func
tableView
(_ <e
浏览 0
提问于2018-03-02
得票数 0
回答已采纳
2
回答
为什么我的UITableViewCell不取消选择和
更新
它的文本?
、
、
、
、
原始守则:/initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:@"more"] autorelease]; } // Set up the
cell
UIBarButtonItem alloc] initWithTitle:@&qu
浏览 3
提问于2011-01-04
得票数 2
回答已采纳
2
回答
搜索控制器问题
、
、
- (UITableViewCell *)
tableView
:(UITableView *)
tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath** TableCell *
cell
= [
tableView
dequeueReusableCellWithIdentifierint row = [indexPath row];
浏览 1
提问于2014-03-06
得票数 0
2
回答
将表视图放入UITableViewCell Swift中
、
、
{ let
cell
: SurveyItemCell = self.
tableView
.dequeueReusableCellWithIdentifieruser voted on func
tableView
(
tableView
: UITableView, heightFo
浏览 1
提问于2017-01-02
得票数 3
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
如何给TableView、CollectionView添加动效
有赞移动消息卡片动态化方案实践
Chisel-xcode 下的调试神器
iOS TableView性能优化
RxSwift和RxCocoa入门
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券