腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
只在第二次单击时工作,而不是单击一次。
、
、
我正在编写一个要做的列表应用程序,当测试该应用程序时,segue只在第二次单击时第一次工作,然后在打印ln语句的最后一次单击时开始工作。
浏览 3
提问于2015-07-08
得票数 2
回答已采纳
1
回答
从
TableView
调用两次TableViewCell数据
、
我想把数据从
TableView
转到细胞。所以我用dataSource编写了cell.count = groups[indexPath.row].count。
浏览 12
提问于2021-08-29
得票数 0
2
回答
脱机启动应用程序时的领域NSInternalInconsistencyException
、
、
、
、
() self.
tableView
.deleteRows(at: deletions.map { IndexPath(row: $0, section: 0)}, with: .automatic) self.
tableView
.reloadRows(at: modificat
浏览 3
提问于2016-11-28
得票数 0
回答已采纳
1
回答
点击UITableView单元正在创建一个新的单元格
、
、
、
下面是我创建单元格的代码:
浏览 2
提问于2015-01-09
得票数 0
回答已采纳
1
回答
有条件地显示通过故事板创建的图像的最佳方法是什么?
、
、
、
- (UITableViewCell *)
tableView
:(UITableView *)
tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPathobject.entityPicture; { [
tableView
registerNib:
浏览 1
提问于2016-12-12
得票数 0
1
回答
SearchBar显示控制器没有在搜索结果上显示UITableViewCellAccessoryCheckmark
、
我正在检查和取消检查表视图单元格,但是我的代码在没有搜索显示控制器的情况下运行良好。当我使用Search显示控制器时,我得到的是搜索结果,当我点击搜索结果详细信息“没有检查图标”和如果部分没有被调用"if“(下面的self.searchDisplayController.searchResultsTableView)”是我的代码),我无法添加我的源代码。提前谢谢
浏览 1
提问于2015-01-15
得票数 0
回答已采纳
1
回答
在Xcode中的表格单元格下面显示表视图
、
、
(void)
tableView
:(UITableView *)
tableView
didSelectRowAtIndexPath:(NSIndexPath *)indexPath 另一方面,如果有一个更简单的解决方案
浏览 2
提问于2015-03-26
得票数 0
回答已采纳
1
回答
在Swift中搜索UITableViewController中的显示控制器错误
、
、
、
didReceiveMemoryWarning() {} return 1 return arrayForSearchTable.
浏览 2
提问于2014-07-16
得票数 2
回答已采纳
1
回答
自定义单元格在
tableView
中不显示
、
、
error:&error]; [self.
tableView
reloadData]; });{} - (UITableViewCell
浏览 3
提问于2012-06-01
得票数 0
回答已采纳
1
回答
在刷过表视图单元格后,我们需要多次点击“垃圾”按钮才能将其删除。
、
、
、
、
alertView clickedButtonAtIndex:(NSInteger)buttonIndex { [self.
tableView
[_profiles removeObjectAtIndex:_selectedIndexPath.row]; [self.
t
浏览 3
提问于2015-04-24
得票数 0
4
回答
UITableView不响应UITableViewCell的选择
、
、
、
、
我创建了一个名为UItableView的_
tableView
,下面是view.m中表视图的代码 { [_
tableView
reloadData]; - (NSInteger)
tableView
:(UITableView *)
tableView
numberOfRowsInSection:(NSI
浏览 7
提问于2013-11-29
得票数 0
回答已采纳
2
回答
是否使每个UITableView单元格打开新视图?
、
、
、
如何让UITableView中的每个单元格打开一个新的视图或.xib?一个简单的教程会很有帮助。
浏览 0
提问于2011-09-20
得票数 2
回答已采纳
2
回答
Newbie -
TableView
函数未被访问,
tableView
未加载
、
// Dispose of any resources that can be recreated.}func
tableView
(
tableView
: UITableView,
浏览 5
提问于2016-04-17
得票数 1
回答已采纳
1
回答
删除动画不显示
、
、
、
、
func
tableView
(
tableView
: UITableView, numberOfRowsInSection section: Int) -> Int { return ce
浏览 3
提问于2016-01-23
得票数 2
回答已采纳
2
回答
UITableViewController的视图作为子视图添加到UIViewController crashes应用程序
、
alloc] initWithNibName:@"TableViewController" tview.
tableView
.dataSource= tview;[self.view addSubview: tview.view];-[MainViewController
tableView
:numberOfRowsI
浏览 1
提问于2012-03-05
得票数 0
1
回答
如何在
tableview
中加载不同的自定义单元格
、
、
、
我在表格视图中遇到了多个自定义单元格的问题。对于不同的自定义单元格,我使用了不同的单元格标识符。但一段时间后,当我向上滚动表格时,单元格内容是可见的。请看第一张图片 向上滚动后,剪切单元格显示正确 单元格高度取决于字符串。两个单元格都是使用代码创建的,而不是从nib文件创建的。
浏览 2
提问于2014-11-11
得票数 0
5
回答
选择UITableView细胞
、
、
我在没有任何运气的情况下尝试了下面这个明显的解决方案:{ [self.
tableView
deselectRowAtIndexPath:[self.
tableView
indexPathForSelectedRow] animated:animated];我将问题缩小到以下代码: -(void)
tableView
:(UITableView *)
tableView
浏览 2
提问于2014-03-09
得票数 1
回答已采纳
1
回答
具有自己的Nib和UITableViewCell子类的TableViewCell设计
、
exception 'NSInternalInconsistencyException', reason: 'UITableView dataSource must return a cell from
tableView
:cellForRowAtIndexPath:- (UITableViewCell *)
tableView
:(UITableView*)
tableView
cellForRowAtIndexPath
浏览 0
提问于2012-12-19
得票数 0
回答已采纳
4
回答
Swift代码中的SVPullToRefresh + SVInfiniteScrolling
、
、
、
、
我该怎么
写
?[
tableView
addPullToRefreshWithActionHandler:^{ // call [
tableView
.pullToRefreshView stopAnimating] when done和
浏览 0
提问于2014-11-24
得票数 1
1
回答
将TableColumn的宽度绑定到标头或内容的宽度,哪个更高?
、
TableView
的FXML是这样的: <columns> prefWidth="200.0"/> </co
浏览 0
提问于2015-02-05
得票数 0
点击加载更多
相关
资讯
iOS TableView性能优化
这样写的 JS 代码看着就很舒服
如何给TableView、CollectionView添加动效
原生JS写一个简单的网站树形菜单
JS可以写操作系统?Windows 95被装进Electron App
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券