腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
3
回答
单击TableView单元格时,表视图崩溃
、
、
tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section return 100;{
UITableViewCell
浏览 2
提问于2012-09-03
得票数 1
3
回答
到
UITableViewCell
,仅解压缩选项
、
、
、
对于
UITableViewCell
只公开选项,您是指使用‘!’吗?func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) ->
UITableViewCell
{ { cell =
UITableViewCell
(style: UI
浏览 5
提问于2016-04-01
得票数 1
回答已采纳
4
回答
'UITableView‘没有@接口声明选择器’initWithStyle:reuseIdentifier
、
、
、
如果接口上没有要创建的单元格),XCode会显示以下消息:下面是代码: - (
UITableViewCell
浏览 2
提问于2012-07-06
得票数 2
回答已采纳
1
回答
如何在UITableView中显示两种类型的单元格,而不存在冲突,但需要满足以下要求?
、
、
、
在tableView中显示数据的要求如下:POSTCHANNEL CHANNEL CHANNEL ...(Each row has 6 channels)POSTCHANNEL CHANNEL CHANNEL ..... 例如,如果posts计数= 20,通道计数=2POSTPOSTPOST....
浏览 3
提问于2016-09-20
得票数 3
回答已采纳
1
回答
iPad UITableView重新加载缓慢
在单个屏幕中,我添加了UITableview和UICollectionview。我已经为TableView和集合视图添加了默认的委托和数据源方法。但是UITableView加载数据的速度只是稍微慢了一点。我静态添加的数据加载非常慢。同样的代码在iPhone中运行得很快,但在iPad中,我正面临着这个缓慢的问题。任何人知道这一点,请帮助我做这件事。
浏览 4
提问于2018-08-31
得票数 0
回答已采纳
1
回答
快速动态转换在dequeueReusableCellWithIdentifier上失败
、
、
、
当我在表中添加一个新项后,尝试将单元格强制转换到我的自定义
uitableviewcell
子类时,我的tableViewController获得了这个错误消息(Swift动态强制转换失败)。("cell") as
UITableViewCell
(cell as
UITableViewCell
浏览 3
提问于2015-04-06
得票数 0
5
回答
iOS获取特定的
UITableViewCell
、
我在自定义的
UITableViewCell
中有一个UIButton。此按钮会在单击时触发事件。
浏览 1
提问于2012-11-22
得票数 1
2
回答
如何在Objective-C上的函数中返回新分配的对象?
、
- (
UITableViewCell
*)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ cell = [[
UITableViewCell
alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:@"liteCell
浏览 0
提问于2013-04-07
得票数 0
回答已采纳
2
回答
没有“
UITableViewCell
”的可见@接口声明选择器'dequeueReusableCellWithIdentifier:‘
、
、
下面是我获得错误的方法:{ cell = [[
UITableViewCell</em
浏览 8
提问于2016-04-10
得票数 0
回答已采纳
2
回答
UITableViewCell
层次结构的变化
、
在单元格触发器上点击文本字段使其滚动到顶部的代码如下所示:[self scrollToRowAtIndexPath:[self indexPathForCell
浏览 5
提问于2013-10-02
得票数 2
回答已采纳
3
回答
如何接触IOS 7中表视图单元格中的文本框索引
、
、
、
-(NSInteger)getTextFieldCellRow:(id)element{
UITableViewCell
*cell = (
UITableViewCell
*)[[(UITextField
浏览 2
提问于2013-09-24
得票数 1
回答已采纳
4
回答
无法将单元格排出队列
、
、
TableView有这样的问题: let cell:
UITableViewCell
= autoCompleteTableView.dequeueReusableCellWithIdentifier(cellReuseIden
浏览 1
提问于2015-12-23
得票数 0
回答已采纳
2
回答
每一行的结果相同
、
、
这是将文本设置到表中的代码: cell = [[
浏览 2
提问于2013-09-02
得票数 0
回答已采纳
1
回答
在UITableView中选择自定义
UITableViewCell
中的子视图
、
、
我有一个由自定义UITableViewCells组成的UITableView,其中有一些文本和一个按钮。单元格的allowSelection属性被设置为NO,这样我就可以在不选择单元格的情况下点击按钮。非常感谢,布雷特
浏览 0
提问于2010-07-12
得票数 0
回答已采纳
2
回答
TableView未显示标签ios
、
、
、
NSInteger)section {return 5;
UITableViewCell
[tableView dequeueReusableCellWithIdentifier:@"Sim
浏览 1
提问于2015-11-02
得票数 1
回答已采纳
2
回答
UITableViewDataSource不能附加到类,编译错误出现在compilation中
、
、
、
) -> Int { } var Identifier:NSString="cellid" let cell:
UITableViewCell
=tableView.dequeueReusableCellWithI
浏览 6
提问于2014-11-07
得票数 2
回答已采纳
1
回答
快速表视图数据填充
、
override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) ->
UITableViewCell
{ var cell:
UITableViewCell
?
UITableViewCell
; cell =
UITableViewC
浏览 2
提问于2015-01-30
得票数 1
回答已采纳
7
回答
TableView数据会在滚动时消失吗?
、
、
、
- (
UITableViewCell
*)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
UITableViewCell
*cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; cell = [[
UI
浏览 0
提问于2013-03-14
得票数 0
回答已采纳
1
回答
UITableViewCell
中的自定义
UITableViewCell
(需要确定行)
、
、
-(IBAction)editButtonTouch:(id)sender {
UITableViewCell
*cell = (
UITableViewCell
*)[sender superview
浏览 2
提问于2014-10-03
得票数 0
回答已采纳
1
回答
使用RemoveButton的
UITableviewCell
我有一个one Tableview,因为我在每个tableview单元格中添加了一个UIButton,命名为Remove当我单击remove按钮时,相应的单元格数据将从tableview中删除现在我想执行删除选项。
浏览 0
提问于2011-02-24
得票数 1
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
iOS TableView性能优化
iOS开发小技巧:根据文本,字体,计算UILabel高度及宽度
从 0 到 1 搭建技术中台之 iOS 可视化埋点实践
一不小心,在iOS富文本上栽了个跟头
Rax 系列教程
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
云直播
对象存储
活动推荐
运营活动
广告
关闭
领券