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
uitableview
自定义聊天页面
初始化TableView-(
UITableView
*)chatListTB{if(!
清露涟漪_回荡轻声细语
·
2023-09-01 10:27
UITableView
多选状态下的一些问题
UITableView
多选创建一个
UITableView
self.tableView=[[
UITableView
alloc]initWithFrame:self.view.boundsstyle:
UITableView
StylePlain
CoderGuogt
·
2023-09-01 08:06
iOS
UITableView
嵌套UICollectionView,动态高度
具备知识
UITableView
Cell动态高度cell上子视图是一个UICollectionView需要让UICollectionView高度自适应举例(让
UITableView
高度自适应)动态高度.gif
梁森的简书
·
2023-09-01 00:04
性能优化-
UITableview
深度优化
演示项目演示项目下载地址:https://github.com/YYProgrammer/YYTableViewDemo项目里的低性能版是常规写法实现的tableview,高性能版是做了相关优化后的tableview。tableView滑动为什么会卡?我们可以想象这样一个场景:有一个老师、学生A、学生B、一个画板、一个橱窗。每一秒钟,老师都要告诉学生A一个题目让他们作画,学生A负责研究这个题目表达
AnnieAri
·
2023-09-01 00:16
hook方法
直接上代码//
UITableView
+ext.m//VideoIphone////Createdbybaiduon2018/11/7.
Smallwolf_JS
·
2023-08-31 13:03
UITableView
分割线边距
self.tableView.separatorInset=UIEdgeInsetsMake(0,28,0,0);//28为左边距#pragmamarkline-(void)tableView:(
UITableView
_Sisyphus
·
2023-08-31 10:57
iOS 去掉多余的分割线
tableView.separatorStyle=
UITableView
CellSeparatorStyleNone;tableView.tableFooterView=[[UIViewalloc]initWithFrame
一颗熊的自由时光
·
2023-08-31 07:32
iOS
UITableView
的封装
利用空闲时间封装了一下tableView,.h和.m文件以及如何调用均已注释,粘贴过去就可以用了,简单粗暴。////CommonTableView.h//TRY////CreatedbyJianweiDongon2018/6/29.//Copyright©2018年JianweiDong.Allrightsreserved.//import/点击cell触发此回调方法/typedefvoid(^S
e32950f79177
·
2023-08-30 21:15
UITableView
顶部的空白问题,求解
今天遇到一个问题,初始化进入页面发现tabview顶部有35高的空白,按Home退出重新进入app这个空白又不见了,内容又顶到头了,很奇怪,不知道怎么解决!图片为证WechatIMG8.jpeg这个是APP进入这个页面的时候显示的页面,很明显tableView的内容sectionHeader距离导航有一个空白下面2张图是我通过打开图层,发现确实有个空白,而且我发现sectionheaderView
汾酒iOSer
·
2023-08-30 16:22
tableView 添加索引和根据索引分类
@interfaceFZAddressBookListViewController()@property(nonatomic,strong)
UITableView
*tableView;@property
330PG
·
2023-08-30 16:39
iOS
UITableView
上拉加载解决偶然跳动的Bug
最近做项目,测试测出来一个Bug,列表添加了上拉刷新和下拉加载,当我弹窗消失时,调用刷新列表后,在某个手机型号上,偶发列表刷新跳动的bug。(一般在列表上拉加载刷新到最后一页后,再弹窗消失,reload列表,会出现此bug)Bug复现如下:RPReplay_Final1693296737解决方案1.列表使用固定行高时,设置:tableView.estimatedRowHeight=0;tableV
Pika_HoneyMoon
·
2023-08-30 09:08
开发遇到总结
iOS研发专栏
ios
bug
cocoa
UITableView
点击某一个cell 所有的cell都消失
问题描述:如下图所示,当点击某一个cell的时候整个table上的cell都不见了,但是tableview还在情景描述:上面四个按钮,点击切换下面的view。因为个数不多且固定,偷懒用了scrollview,[scrollviewaddSubview:otherVC.view];(tableview就是在otherVC.view上)。scrollview是一个vc,tableview在另一个vc上
FlowYourHeart
·
2023-08-29 21:07
设置
UITableView
分割线距左边的间距
self.tableViewsetSeparatorInset:UIEdgeInsetsZero];[self.tableViewsetLayoutMargins:UIEdgeInsetsZero];-(void)tableView:(
UITableView
某天天
·
2023-08-29 12:12
UITableView
中嵌套UICollectionView自动算高
1.
UITableView
的设置:预设高度_table.rowHeight=
UITableView
AutomaticDimension;_table.estimatedRowHeight=200;2.自定义
xing_x
·
2023-08-28 22:42
swift中自定义cell(xib)
1.首先我们要创建一个继承
UITableView
Cell类,在这个类中拖拽我们用到的控件和想要的样式.2.千万不要我们的标识符,习惯是用类名加上ID,这样可以避免重名.1.png3.因为我们swift中是不用导入头文件的
RenZhiYong
·
2023-08-28 13:21
UITableView
HeaderView 自适应高度
tableViewHeader高度自适应headerView:内部约束撑起headerView初始化:lazyvarheaderView:BLGroupSingleSetHeaderView={letview=BLGroupSingleSetHeaderView.init()returnview}()添加到tableViewHeader上并设置约束必须设置leftwidth不能leftrights
cochn
·
2023-08-28 11:46
TableView 加载图片优化(滑动不加载图片思路)
1.利用scorllView的代理方法来优化UIScrollView的两个代理方法,在这两个方法中调用给imageView赋值的方法,就能避免滑动时加载图片导致
UITableView
滚动卡顿的问题//将要停止滚动时
刺骨寒
·
2023-08-28 01:33
iOS
UITableView
Cell 注册与重用
1创建
UITableView
设置相关属性时注册//xibcell注册[tableViewregisterNib:[UINibnibWithNibName:NSStringFromClass([
UITableView
Cellclass
cocoaCoffee
·
2023-08-27 13:19
创建
UITableView
Cell子类
UITableView
Cell是UIView的子类。
水无月之痕
·
2023-08-27 02:43
iOS12.4.8调用
UITableView
deleteRowsAtIndexPaths: withRowAnimation:删除失败
在iOS12.4.8调用
UITableView
的deleteRowsAtIndexPaths:withRowAnimation:方法并不会删除指定的cell。
0梦里寻她千百度0
·
2023-08-26 23:06
react-native-tableview 使用
众所周知,react-native的ListView是使用ScrollView封装的,是完全没有重用机制的,iOS配备了
UITableView
,通过重用底层的UIViews实现了非常高性能的体验,相比较而言
redye
·
2023-08-26 22:13
UITableView
对每一组(section)设置圆角
-(void)tableView:(
UITableView
*)tableViewwillDisplayCell:(
UITableView
Cell*)cellforRowAtIndexPath:(NSIndexPath
碳酸补钙
·
2023-08-26 13:14
tableview优化--什么叫提前在model里把cell高度计算好
需求背景:类似朋友圈,有文字,有图片,文字的高度不定,cell的高度需要根据文字和图片的数量进行计算我们知道tableview的delegate里面有两个方法-(CGFloat)tableView:(
UITableView
小雨hahaha
·
2023-08-26 01:23
iOS-
UITableView
的重用机制
code在实现tableView的dataSourceDelegate,我们都会写这么一句代码cell=[[
UITableView
Cellalloc]initWithStyle:
UITableView
CellStyleDefaultreuseIdentifier
时米高的人生笔记
·
2023-08-25 22:11
问题:
UITableView
CellContentView:height == 44 约束冲突
使用Masonry自动布局,高度自定义,出现如标题所示约束冲突解决方案:在设置底部约束的时候设置高优先级priorityHigh()即可[self.auditBtnmas_makeConstraints:^(MASConstraintMaker*make){make.centerX.equalTo(self.bgView);make.height.equalTo(@(btnH));make.wid
humiaor
·
2023-08-25 18:20
html
前端
Swift设置
UITableView
Cell 背景色
在
UITableView
Cell的子类文件(CustomTableViewCell.swift)中实现如下方法即可overridefuncsetSelected(selected:Bool,animated
tito
·
2023-08-25 09:25
使用MJRefresh下拉加载无法停止问题解决
原因:也就是iOS11中
UITableView
在reloadData时contentOffset发生了改变,这时候MJRefresh监听了contentOffset的变化,就导致再一次的调用上拉加载,变成了循环调用
i大猫哥
·
2023-08-24 15:25
UITableView
Cell 中嵌套WebView 解决方案
之前一般都是根据KVO监听webView的contentSize.height来动态适配Cell的高度。但是如果webView的内容很多,那么将会产生很大的性能问题。APP就会Crash,这就很难受了。那么怎么解决这一问题呢?下面给出我的解决方案DEMO首先我们来看下图层分布Snip20181229_2.png以scrollView作为TableView的父控件这里禁用scrollView跟web
CoderZNB
·
2023-08-24 05:03
Cell伪装分割线粗细不一致问题
由于系统默认的
UITableView
的下划线在自定义的时候并不方便。
Lv明
·
2023-08-24 04:28
iOS:
UITableView
线相关操作(颜色、隐藏、左右间距)
UIEdgeInsetsMake(0,15,0,15);//颜色tableView.separatorColor=[UIColorredColor];//线隐藏tableView.separatorStyle=
UITableView
CellSeparatorStyleNone
Minnie_Liu
·
2023-08-23 22:02
带右边索引的
UITableView
////TSFanyiFileSelectLanguageVC.m//TranslateSoftware////Createdbyboniuon2022/5/13.//#import"TSFanyiFileSelectLanguageVC.h"#import"TSFanyiFileSelectLanguageCell.h"@interfaceTSFanyiFileSelectLanguageVC(
woo_5857
·
2023-08-23 21:17
UITableView
、UICollectionView之visibleCells方法的前世今生
前言:对于[
UITableView
visibleCells]的正确获取,相信很多人,都会采用切换主队列的方式,来保证visibleCells数据的正确。
吕木
·
2023-08-21 16:29
UI Data Source 改进——WWDC 2019
1、在iOS中,使用下面类实现差量数据源UICollectionViewDiffableDataSource
UITableView
DiffableDataSourceNSDiffableDataSourceSnapshot
IMKel
·
2023-08-21 16:17
2022-05-18
-(
UITableView
Cell*)tableView:(
UITableView
*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath;2.异步绘制
TWTimi
·
2023-08-21 04:59
可配置的
UITableVIew
,适用于数据源不多的Tableview
扩展这个缘由1.
uitableView
是导致控制器臃肿的主要原因2.当产品经常会对一个TableView进行cell调位置,增加cell,调整事件的时候,原来的用section来控制cell个数和展示的基本的代理方法
郭大侠smile
·
2023-08-20 11:27
解决自动计算行高
UITableView
AutomaticDimension,
UITableView
上拉加载更多刷新跳动
正常情况下我们只要设置这三个刷新为零就可以了_tableView.estimatedRowHeight=0;_tableView.estimatedSectionFooterHeight=0;_tableView.estimatedSectionHeaderHeight=0;自动计算行高,那么estimatedRowHeight就必须不为0_tableView.rowHeight=UITableV
smile_frank
·
2023-08-20 09:13
viewForHeaderInSection的一些坑
-(NSString*)tableView:(
UITableView
*)tableViewtitleForHeaderInSection:(NSInteger)section{NSArray*titles
哈利波特会魔法
·
2023-08-20 09:40
UITableView
Cell高度自适应小结
除了加着两条之外_tableView.rowHeight=
UITableView
AutomaticDimension;_tableView.estimatedRowHeight=100;在
UITableView
Cell
ShawMoolan
·
2023-08-20 03:23
关于
UITableView
的 delegate 被 hook 时的问题
开发中必不可少的一个环节就是产品经理要求添加的埋点,从是否需要开发者添加代码的角度,分为无侵入埋点和事件埋点.其中无侵入埋点SDK的实现原理就是在hook了所有UI控件的事件.页面展示的UI控件,最常见的就是
UITableView
uniapp
·
2023-08-19 19:01
pod。格式
target'yyt_huozhu'dopod'CYLTabBarController'pod'MBProgressHUD'pod'AFNetworking'pod'MJRefresh'pod'DZNEmptyDataSet'pod'Masonry'pod'
UITableView
snow韩
·
2023-08-18 13:58
2018-09-21
importUIKitimportAlamofireimportSQAutoScrollViewimportSwiftyJSONclassViewController:UIViewController,
UITableView
Delegate
景晨_ccd6
·
2023-08-18 07:47
去掉头高度
-(CGFloat)tableView:(
UITableView
*)tableViewheightForHeaderInSection:(NSInteger)section{return0.1;}-(UIView
小美788
·
2023-08-18 02:04
UITabelviewcell常用布局
cell调整去掉所有cell线条self.ShowTabelView.separatorStyle=
UITableView
CellSeparatorStyleNone;去掉多余cell线[self.SearchTableViewsetTableFooterView
smart_xia
·
2023-08-18 00:21
关于
uitableview
cell的accessoryType属性
参考文档关于
uitableview
cell的accessoryType属性cell.accessoryType=
UITableView
CellAccessoryNone;//cell没有任何的样式cell.accessoryType
达_Ambition
·
2023-08-16 13:42
2020-11-16 设计模式
动画和视图的显示UIView:只负责时间传递、事件响应2,开闭原则,对修改关闭,对扩展开放要考虑到后续的扩展性,而不是在原有的基础上来回修改3,接口隔离原则使用多个专门的协议\而不是一个庞大臃肿的协议
UITableview
Delegate
UITableView
DataSource4
渴望平静生活的上班族
·
2023-08-16 09:45
UITableView
AutomaticDimension的坑
项目中遇到一个坑,项目中某个界面tableview的cell使用了动态变高,cell的高度设置为
UITableView
AutomaticDimension,手头的iOS11、iOS12都可以正常显示,没有问题
ThaiLanKing
·
2023-08-16 04:33
UITableView
自动计算cell高度并缓存
原文链接:http://www.jianshu.com/p/64f0e1557562cell高度计算的历史在iOS8之前,如果
UITableView
Cell的高度是动态的,如果想要显示正确的话,我们需要在下面这个
某天天
·
2023-08-15 21:43
Swift
rootViewController=navViewController.swiftimportUIKitclassViewController:UIViewController,
UITableView
Da
朕i
·
2023-08-14 05:23
UITableView
Cell中对子视图设置圆角问题
当在
UITableView
Delegate的回调中设置cell为固定高度,且cell中子视图通过masonry设置布局。
小米咸鱼
·
2023-08-14 02:00
自定义cell
//自定义cell样式1overrideinit(style:
UITableView
Cell.CellStyle,reuseIdentifier:String?)
b6e7b0be2603
·
2023-08-13 22:55
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他