E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
NSIndexPath
IOS 自定义代理协议Delegate
QuestionViewCell.h文件代码,定义代理协议@protocolQuestionViewCellDelegate-(void)cellIsOpenDidChangeAtIndexPath:(
NSIndexPath
OKXLIN
·
2025-01-25 08:28
ios
cocoa
macos
OC TableView 根据内容获取高度 2
不用实现-(CGFloat)tableView:(UITableView*)tableViewheightForRowAtIndexPath:(
NSIndexPath
*)indexPath方法cell.m
简书花花
·
2024-01-30 21:24
UICollectionViewCell的点击效果
-(BOOL)collectionView:(UICollectionView*)collectionViewshouldHighlightItemAtIndexPath:(
NSIndexPath
*)indexPath
流沙3333
·
2024-01-24 13:37
scrollToRowAtIndexPath滚动不到最后一行
在聊天布局中,发送消息你希望滚动到最后一行,直接使用scrollToRowAtIndexPath不会起作用,通常需要这样
NSIndexPath
*bottom=[NSIndexPathindexPathForRow
冷武橘
·
2024-01-22 12:17
UICollectionView使用中踩过的坑
UICollectionView的代理方法-(void)collectionView:(UICollectionView*)collectionViewdidSelectItemAtIndexPath:(
NSIndexPath
studyever
·
2024-01-19 02:40
iOS 用editActionsForRowAtIndexPath:删除cell时候回出现崩溃
先上代码//删除cell操作-(NSArray*)tableView:(UITableView*)tableVieweditActionsForRowAtIndexPath:(
NSIndexPath
*)
管乐_VICTOR
·
2024-01-18 06:26
2023-05-06
上拉顺滑加载-(void)tableView:(UITableView*)tableViewwillDisplayCell:(UITableViewCell*)cellforRowAtIndexPath:(
NSIndexPath
花开半夏又一年
·
2024-01-14 15:35
iOS UITableView 左滑删除
//侧滑允许编辑cell-(BOOL)tableView:(UITableView*)tableViewcanEditRowAtIndexPath:(
NSIndexPath
*)indexPath{returnYES
龍飝
·
2024-01-09 14:12
iOS 关于点击cell时的一些状态设置
tableview的一对代理方法,(点击和非点击的代理回掉方法)选中状态的代理方法-(void)tableView:(UITableView*)tableViewdidSelectRowAtIndexPath:(
NSIndexPath
iOS开发小学生
·
2023-12-28 08:40
UITableViewCell打钩
1.设置一个标记来记录选中的行数@property(nonatomic,strong)
NSIndexPath
*selectPath;//存放被点击的哪一行的标志-(void)tableView:(UITableView
我一不小心就
·
2023-12-24 12:34
iOS UITableView Cell高度自适应方案
self.tableView.estimatedRowHeight=0;-(CGFloat)tableView:(UITableView*)tableViewestimatedHeightForRowAtIndexPath:(
NSIndexPath
芮淼一线
·
2023-12-22 03:31
iOS学习之让tableview一直都能够显示出最后一个cell
类似于qq聊天界面,tableview每次都是显示出最新的消息(最下面的cell)[self.tablereloadData];
NSIndexPath
*index=[NSIndexPathindexPathForRow
鑫飞
·
2023-12-15 12:36
tableview设置setEditing时候,点击cell无效
为可编辑的状态[_tableViewsetEditing:YES];上面的方法造成-(void)tableView:(UITableView*)tableViewdidSelectRowAtIndexPath:(
NSIndexPath
guoguojianshu
·
2023-12-06 13:07
UITableView高度优化
方式一self.tableView.rowHeight=44;方式二-(CGFloat)tableView:(UITableView*)tableViewheightForRowAtIndexPath:(
NSIndexPath
conowen
·
2023-12-03 07:06
2018-05-08 [OC] UITableViewCellReorderControl 改变默认图片
ios-Reordertableviewcellwithacustombutton-postionandimage-(void)tableView:(UITableView*)tableViewwillDisplayCell:(UITableViewCell*)cellforRowAtIndexPath:(
NSIndexPath
搞技术的小星星
·
2023-12-02 11:56
iOS UITableViewCell 第一行和最后一行圆角设置
OC版本-(void)tableView:(UITableView*)tableViewwillDisplayCell:(UITableViewCell*)cellforRowAtIndexPath:(
NSIndexPath
文子飞_
·
2023-11-23 00:19
ios 开发问题小集 [持续更新]
文章目录一、如何给列表上的UITableViewCell添加手势二、获取
NSIndexPath
的方式2.1根据row,section来创建2.2根据point的位置来找到indexPath三、tableView
ReyZhang
·
2023-11-10 10:14
iOS开发小记
ios
iOS开发中判断UITableView滑动到哪个分区(section)
scrollViewisEqual:self.l_rightTab]){CGPointd=CGPointMake(scrollView.contentOffset.x,scrollView.contentOffset.y);//;
NSIndexPath
yscGr
·
2023-11-03 16:35
iOS-解决使用ReactiveCocoa时,点击Cell上Button了连续触发事件和发送通知、通知多次执行的问题
cell.rac_prepareForReuseSignal-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(
NSIndexPath
Simple_Code
·
2023-10-31 09:52
UICollectionView滚动到指定Cell不生效问题
问题描述:在页面将要出现的时候,调用scrollToItemAtIndexPath:(
NSIndexPath
*)indexPathatScrollPosition:(UICollectionViewScrollPosition
名字不重要呀
·
2023-10-30 17:07
iOS 自定义UITabView左滑样式及滑动背景UISwipeActionPullView
的方式设置UITableViewRowAction的背景色:-(NSArray*)tableView:(UITableView*)tableVieweditActionsForRowAtIndexPath:(
NSIndexPath
稻草人12138
·
2023-10-28 05:10
日常Ios开发常用的技巧
idleTimerDisabled=YES;2、隐藏某行cell-(CGFloat)tableView:(UITableView*)tableViewheightForRowAtIndexPath:(
NSIndexPath
行走的神
·
2023-10-27 17:43
UITableview 刷新某一个cell 或 Section, 获取cell
initWithIndex:2];[tableviewreloadSections:indexSetwithRowAnimation:UITableViewRowAnimationAutomatic];//一个cell刷新
NSIndexPath
冉俊
·
2023-10-24 18:11
iOS 11 tableView删除列表左滑无限延长报错解决办法
nullableUISwipeActionsConfiguration*)tableView:(UITableView*)tableViewtrailingSwipeActionsConfigurationForRowAtIndexPath:(
NSIndexPath
风规自远
·
2023-10-21 01:11
关于TableViewIndexPath的注意点
效果图实现代码如下:-(UITableViewCell*)lh_tableView:(LHBaseTableView*)baseViewcellForRowAtIndexPath:(
NSIndexPath
高浩浩浩浩浩浩
·
2023-10-17 04:02
tableView 对section整体切圆角和加阴影
269559400-(void)tableView:(UITableView*)tableViewwillDisplayCell:(UITableViewCell*)cellforRowAtIndexPath:(
NSIndexPath
神一样的队友
·
2023-10-16 23:06
iOS开发之 collectionView 刷新单个重影问题
按照常规思路去刷新:
NSIndexPath
*topHeaderViewIndexpath=[[self.tableViewindexPathsForVisibleRows]firstObject];
NSIndexPath
安静SRR
·
2023-10-16 10:14
ios CollectionView 的手势拖动cell交换
-(BOOL)beginInteractiveMovementForItemAtIndexPath:(
NSIndexPath
*)indexPath;-(void)updateInteractiveMovementTargetPosition
492b9b7cf804
·
2023-10-15 20:08
tableview的一种缓存高度方法
pragmamark-UITableViewDelegate-(CGFloat)tableView:(UITableView*)tableViewestimatedHeightForRowAtIndexPath:(
NSIndexPath
参天草
·
2023-10-15 16:18
iOS 开发经验 - 转载
idleTimerDisabled=YES;2、隐藏某行cell-(CGFloat)tableView:(UITableView*)tableViewheightForRowAtIndexPath:(
NSIndexPath
hyb1234hi
·
2023-10-11 01:21
跳转页面选择与逻辑
tableViewCell中,要显示cell中界面的数据,就必须在-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(
NSIndexPath
I烟雨云渊T
·
2023-10-10 02:24
ios开发
长按获取indexPath
longPressMethod:(UILongPressGestureRecognizer*)gesture{CGPointpoint=[gesturelocationInView:self.tableView];
NSIndexPath
seventhboy
·
2023-10-06 19:13
关于tableView:cellForRowAtIndexPath:中的if else
tableView时经常会出现的经典的ifelse:-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(
NSIndexPath
二丁目90
·
2023-10-02 09:03
UITableViewCell的一些动画
的一些动画-(void)tableView:(UITableView*)tableViewwillDisplayCell:(UITableViewCell*)cellforRowAtIndexPath:(
NSIndexPath
我还只是个孩子啊
·
2023-10-01 23:02
iOS自定义删除cell
UITableView*)tableViewcommitEditingStyle:(UITableViewCellEditingStyle)editingStyleforRowAtIndexPath:(
NSIndexPath
肉肉要次肉
·
2023-09-26 06:52
iOS collectionView定位/偏移到指定位置 performBatchUpdates
手动定位直接定位到某一个item,没什么问题
NSIndexPath
*indexPath=[NSIndexPathindexPathForRow:1inSection:0];[collectionViewscrollToItemAtIndexPath
Sunny森然
·
2023-09-20 04:35
设置UITableView的圆角(OC和swift)
实现的方法:-(void)tableView:(UITableView*)tableViewwillDisplayCell:(UITableViewCell*)cellforRowAtIndexPath:(
NSIndexPath
异乡人_4f2a
·
2023-09-18 15:51
iOS-UITableView重用机制 ,图片刷新
www.bubuko.com/infodetail-974265.html-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(
NSIndexPath
weixin_34006468
·
2023-09-17 08:35
cell上的button获取indexPath信息
从tabelView的代理方法里面我们可以找到几个与
NSIndexPath
相关的Api1、根据所在的row位置获取
NSIndexPath
-(nullableNSIndexPath*)indexPathForRowAtPoint
博览己用1789
·
2023-09-17 07:23
UI视图
重用机制一般在iOS中,tableview的重用机制,我们在-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(
NSIndexPath
叔简
·
2023-09-15 13:26
tableView性能优化
cellself.tableView.rowHeight=88;不定高度cell,实现代理-(CGFloat)tableView:(UITableView*)tableViewheightForRowAtIndexPath:(
NSIndexPath
noyya
·
2023-09-14 09:25
iOS UITableViewCell左滑删除记录
//左滑删除-(BOOL)tableView:(UITableView*)tableViewcanEditRowAtIndexPath:(
NSIndexPath
*)indexPath{returnYES
秀_ba75
·
2023-09-14 02:45
图片解码优化
-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(
NSIndexPath
*)indexPath{UITableViewCell
寂寞先森666
·
2023-09-07 04:51
Assertion failure in -[SYMainMenuTableView _configureCellForDisplay:forIndexPath:],
-DABA16F5622D.png问题分析原因是在-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(
NSIndexPath
拂溪
·
2023-09-04 14:35
UITableView 分割线边距
pragmamarkline-(void)tableView:(UITableView*)tableViewwillDisplayCell:(UITableViewCell*)cellforRowAtIndexPath:(
NSIndexPath
_Sisyphus
·
2023-08-31 10:57
iOS 根据collectionView滑动距离计算出index
scrollView.contentOffset.x+CGRectGetWidth(scrollView.frame)/2.0,CGRectGetHeight(scrollView.frame)/2.0);
NSIndexPath
冰点雨
·
2023-08-30 15:47
UITableView对每一组(section)设置圆角
-(void)tableView:(UITableView*)tableViewwillDisplayCell:(UITableViewCell*)cellforRowAtIndexPath:(
NSIndexPath
碳酸补钙
·
2023-08-26 13:14
tableview优化--什么叫提前在model里把cell高度计算好
的高度需要根据文字和图片的数量进行计算我们知道tableview的delegate里面有两个方法-(CGFloat)tableView:(UITableView*)tableViewheightForRowAtIndexPath:(
NSIndexPath
小雨hahaha
·
2023-08-26 01:23
CollectionView,scrollToItemAtIndexPath方法失效
NSIndexPath
*indexPath=[NSIndexPathindexPathWithIndex:2]; [self.collectionViewscrollToItemAtIndexPath:
码农天后
·
2023-08-21 06:06
OC
ios
2022-05-18
-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(
NSIndexPath
*)indexPath;2.异步绘制
TWTimi
·
2023-08-21 04:59
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他