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
SwiftUI 隐藏/取消List的分割线
structContentView:View{init(){
UITableView
.appearance().tableFooterView=UIView()
UITableView
.appearance
isnow
·
2023-09-26 05:40
iOS11 Tableview的section头部高度设置失效的问题
heightForHeaderInSection就可以,但是到了iOS11之后,只实现这个方法是不行的同时需要实现代理方法viewForHeaderInSection,实现如下:-(CGFloat)tableView:(
UITableView
4ed6afef78f9
·
2023-09-25 22:08
【iOS】——自定义
UITableView
Cell
文章目录一、实现方式二、实现代码一、实现方式我们可以通过继承
UITableView
Cell并重写其中的一些方法来实现自定义
UITableView
Cell。并且分为使用注册和不注册两种方式来实现。
不会敲代码的VanGogh
·
2023-09-25 14:10
ios
objective-c
xcode
iOS——ViewController的生命周期
iOS的SDK中提供很多原生ViewController,以支持标准的用户界面,如表视图控制器(
UITableView
Controll
浪极
·
2023-09-25 14:08
ios
android
2020-10-09
由于页面多为
UITableView
且页面多复用,各种统计或者页面差异展示,所以想如果可以多个代理均可按先后顺序执行,那就可以将一些统计或者页面差异展示跟其它正常业务
MinGege
·
2023-09-25 04:36
为
UITableView
分组添加圆角
-(void)tableView:(
UITableView
*)tableViewwillDisplayCell:(UITab
星夜虫
·
2023-09-25 02:20
用脑图的方式来说一说tableview里cell的注册和重用方式
我个人一直想认真总结一下,可是一直没有,直到有一次写一个demo来用,写个简单的tableview列表来里面cell有detailTextLabel的那种,可能我写的时候突然有点脑子短路,然后就出现
UITableView
Cell
小蜜蜂Bee
·
2023-09-24 10:34
Layer处理
UITableView
设置边框阴影
UITableView
设置边框阴影时,必须加上下面这句,不然也不会显示_topTableView.clipsToBounds=NO;但是设置这句之后,又会出现一个问题,
toro宇
·
2023-09-24 07:16
swift tableview 自定义左滑删除图片
functableView(_tableView:
UITableView
,editActionsForRowAtindexPath:IndexPath)->[
UITableView
RowAction]?
苹果上的小豌豆
·
2023-09-23 11:21
OC学习之——UI(二)
导航控制器和工具栏1.1导航控制器1.1.1导航控制器基础1.1.2导航控制器切换1.2导航栏和工具栏二、布局子视图2.2自动布局子视图三、分栏控制器3.1分栏控制器基础3.2分栏控制器高级四、多界面传值五、
UITableView
5.1
UITableView
晓美焰丶
·
2023-09-23 09:47
学习
iOS
UITableView
添加Section圆角
1、扩展
UITableView
Cellextension
UITableView
Cell{privatefuncgetTableView()->
UITableView
?
麦志超
·
2023-09-23 08:21
UITableView
internal inconsistency: indexPath cannot be nil in _setupCell:forEditing:atIndexPath:...
如果你遇到了以下错误:2018-11-0314:07:00.005337+0800Project[1149:330700]Statusbarcouldnotfindcachedtimestringimage.Renderingin-process.2018-11-0314:07:27.542022+0800Project[1149:330700]***Assertionfailurein-[UIT
狂暴的土豆泥
·
2023-09-23 07:00
源码推荐:高度可定制性商品计数按钮 非常酷的
UITableView
动画
源码推荐:高度可定制性商品计数按钮非常酷的
UITableView
动画源码推荐:高度可定制性商品计数按钮非常酷的
UITableView
动画
xiaolongLee
·
2023-09-23 06:23
UITableView
中刷新单行cell与单个section段的方法
indexSetA=[[NSIndexSetalloc]initWithIndex:3];//刷新第3段[tableviewreloadSections:indexSetAwithRowAnimation:
UITableView
RowAnimationAuto
司小文
·
2023-09-23 00:54
iOS-功能
uitableview
单条刷新
cell
ios开发
iOS 设计模式
(使用中有很多注意的点)命令模式六大设计原则单一职责一个类只负责一件事ViewCALayer开闭原则对修改关闭,对扩展开放接口格力原则使用多个专门的协议,而不是一个庞大臃肿的协议协议中的方法应该尽量少
UITableView
DataSource
UITableView
Delegate
KAKA_move
·
2023-09-22 23:31
ios9.0的系统bug导致的objc_msgSend错误的解决方案
前言看此篇文章之前请先阅读xcode调试效率.ios9.0上遇到一个问题,
UITableView
中长按section,如果我们的交互中要求弹出menu菜单,那么就会出现如图所示的必现崩溃"操作"安装lldb
向晨宇
·
2023-09-22 19:27
UITableView
解决plain样式header悬停的方案
if#available(iOS11.0,*){tableView.contentInsetAdjustmentBehavior=.never}else{automaticallyAdjustsScrollViewInsets=false}funcscrollViewDidScroll(_scrollView:UIScrollView){ifscrollView==self.tableView{i
秦枫桀
·
2023-09-22 14:31
iOS reloadSections TableView下移问题
在代理方法中写入Header高度functableView(_tableView:
UITableView
,estimatedHeightForRowAtindexPath:IndexPath)->CGFloat
冷煖自知
·
2023-09-22 13:22
高效便捷实现点击
UITableView
空白处撤销键盘
高效实现点击
UItableview
空白处撤销键盘......不在lowlow的添加tap手势,导致无法点击tableviewcell。去跟上级讨论人生!!!
coco_CC
·
2023-09-22 12:13
解决CollectionView
UITableView
-- reloadData或者reloadSections时的刷新的闪烁问题
UIView.performWithoutAnimation{self.tableView.reloadSections(NSIndexSet(index:indexPath.section)asIndexSet,with:.none)}
MMD_
·
2023-09-22 02:12
UITableView
UITableView
Cell 重叠
】注意千万不要实现行高的代理方法,否则无效:heightForRowAtself.table.estimatedRowHeight=44//预估高度,随便设置self.table.rowHeight=
UITableView
.automaticDimension
南宫轩涵
·
2023-09-21 11:53
UITableView
Cell的复用
分析:-(nullable__kindof
UITableView
Cell*)dequeueReusableCellWithIdentifier:(NSString*)identifie
小五92
·
2023-09-21 11:37
Thread 1: "Invalid row height (-12) provided by table delegate. Value must be at least 0.0, or UI...
一定是代理方法,提供的高度出现负数了,functableView(_tableView:
UITableView
,heightForRowAtindexPath:IndexPath)->CGFloat
BabyNeedCare
·
2023-09-21 09:25
自定义表格
#import"TableViewCell.h"@interfaceViewController()@property(nonatomic,strong)
UITableView
*tableView;@end
自知则知
·
2023-09-21 05:29
iOS-架构设计
1、MVCApple官方最标准的是
UITableView
Controller//VC里面对view进行赋值。
笑破天
·
2023-09-21 02:58
iOS开发中不让
UITableView
的section头部视图停留
不让
UITableView
的section头视图停留的实现方式有两种直接使用
UITableView
StyleGrouped样式的TableView重写自定义的section的headerView的setFrame
梁森的简书
·
2023-09-20 06:13
iOS 13 适配(收集中...)
info.plist文件中增加Privacy-BluetoothAlwaysUsageDescription字段描述2.TableViewCell侧滑按钮iOS13改变了侧滑按钮的图层结构,新增一层_
UITableView
CellSwipeContainerView7B9AB1F3
大哥家的狗
·
2023-09-19 22:45
基本练习二
import"twoViewController.h"#import"ViewController.h"@interfacetwoViewController(){UISegmentedControl*seg;
UITableView
26aa4a305186
·
2023-09-19 14:12
swift开发规范 | 相关补充
.*/}2.使用委托和协议时,避免循环引用,定义属性的时候使用weak修饰推荐publicweakvardataSource:
UITableView
DataSource?
JasonL
·
2023-09-19 13:26
iOS 懒加载View可能出现的坑
代码如下@interfaceViewController:UIViewController@property(nonatomic,strong)
UITableView
*tableView;@end-(void
剧文轩
·
2023-09-19 04:03
Swift中代理的使用
都能使用我的委托方法委托方定义协议方法委托方声明代理属性委托方执行代理被委托方遵守代理协议,第一次实例化委托方时设置代理被委托方调用代理方法下面以cell上的按钮点击事件为例:ViewController.swift代码importUIKitclassViewController:
UITableView
Controller
下班不写程序
·
2023-09-18 20:51
设置
UITableView
的圆角(OC和swift)
先看以下的效果图在
UITableView
Delegate的willDisplayCell方法中,通过UIBezierPath绘制显示圆角即可OC实现的方法:-(void)tableView:(
UITableView
异乡人_4f2a
·
2023-09-18 15:51
iOS
UITableView
或UICollectionView列表性能优化之异步绘制
目前常用的
UITableView
或UICollectionView,在大量复杂文本及图片内容填充后,如果没有优化处理,快速滑动的
iOSDeveloper110
·
2023-09-17 14:01
UITableView
的使用方法
1.首先是先创建
UITableView
/*
UITableView
StylePlain
UITableView
StyleGrouped分组*/self.tableView=[[
UITableView
alloc
数星星的磊
·
2023-09-17 08:41
ios
iOS开发之UI开发(
UITableView
)
UITableView
基本使用遵守
UITableView
DataSource和
UITableView
Delegate协议///返回section的行数-(NSInteger)tableView:(
UITableView
猫南北学ios
·
2023-09-17 08:40
IOS开发之UI开发入门
ios
iOS中
UITableview
实现跨区域拖动效果的实现
Ios中
UITableview
实现跨区域拖动效果的实现在这里先复习一下Table的实现和其他的代理情况1:在继承自UIViewController的控制器的.h文件中实现两个代理这个代理的添加的位置不是太固定
追风舟
·
2023-09-17 08:40
UITableView
uitableview
跨区域
ios开发
跨section拖动
拖动
iOS开发
UITableView
的创建和使用
效果:1.定义
UITableView
的实例,并让当前视图遵守
UITableView
的两个协议。
#摩斯先生
·
2023-09-17 08:09
ios
iOS UICollectionView cell的动态大小调整
一、前言UICollectionView应该是我们使用的列表类控件中,使用频率仅次于
UITableView
的控件了,在很多场景下,需要动态的计算并修改UICollectionViewCell的宽度、高度
依然范特茜
·
2023-09-17 08:39
ios开发
ios
xcode
macos
UITableView
总结 2023
@property(nonatomic,strong)
UITableView
*jk_tableView;-(
UITableView
*)jk_tableView{if(!
Look--2020
·
2023-09-17 08:07
OC
ios
xcode
objective-c
IOS开发之表视图(
UITableView
)
IOS开发之表视图(
UITableView
)的基本介绍(一)(一):
UITableView
的基本概念1.在IOS开发中,表视图的应用十分广泛和普及。因此掌握表视图的用法显得非常重要。
weixin_33889665
·
2023-09-17 08:05
移动开发
UITableview
中的backgroundView
设置背景颜色/*在groub(组)类型的tableview,tableView会被盖上一层backgroundView(一条条斜线的View),这时候设置backgroundColor会没用的,只能先清空backgroundView,然后才能设置tableview的背景颜色默认样式是没有backgroundView的。*/self.tableView.backgroundView=nil;self
weixin_30778805
·
2023-09-17 08:35
iOS-
UITableView
重用机制 ,图片刷新
关于讲解UITabelView的使用参照链接http://www.bubuko.com/infodetail-974265.html-(
UITableView
Cell*)tableView:(
UITableView
weixin_34006468
·
2023-09-17 08:35
IOS之
UITableview
的简单使用
初学ios写的第一个tabview的demo1.在ViewController.h文件中实现接口,定义属性@interfaceViewController:UIViewController@property(strong,nonatomic)NSMutableArray*data;2.在ViewController.m文件中初始化数据-(void)viewDidLoad{[superviewDid
wangziye_csdn
·
2023-09-17 08:05
iOS 关于
UITableView
常见使用方法
Step—1:基本用法//声明对象@property(nonatomic,strong)
UITableView
*tableView;//遵守代理//创建/*创建表视图格式:
UITableView
StylePlain
清杨VIP
·
2023-09-17 08:31
iOS-随笔
ios
获取WKWebView的长截图
WKWebView组件,为了节省内存,加载网页内容时,只加载可视部分,这一点类似
UITableView
组件。
Nick5683
·
2023-09-17 08:59
Mac/iOS
webview
ios
swift
UI学习——
UITableView
文章目录一、
UITableView
基础1.基本概念2.基本用法二、
UITableView
协议三、
UITableView
高级协议和单元格总结一、
UITableView
基础1.基本概念
UITableView
不会敲代码的VanGogh
·
2023-09-17 08:28
ui
学习
ios
ios--
UITableview
的基本使用方法
1.ViewController需要实现两个delegate(
UITableView
Delegate/
UITableView
DataSource),在.h文件中继承它们;并实现3个
UITableView
诺Q
·
2023-09-17 08:28
诺Q
·
学习成长记
UITableView
使用详解
一,常规使用创建对像,设置代理_table=[[
UITableView
alloc]initWithFrame:[UIScreenmainScreen].bounds];_table.delegate=self
lmyuanhang
·
2023-09-17 08:27
iOS
控件的使用
-
ios
iOS
UITableView
Cell 多线程 网络+沙盒的图片加载以及第三方框架SDWebImage方式加载
1.多线程网络沙盒方式加载
UITableView
Cell中的图片1.首先,在apps.plist存放待加载图片的属性信息,如:2.新建类App作为数据模型,用来将之前的apps.plist转换成该模型App.h
UniqHJ
·
2023-09-17 08:24
iOS
ios
uitableviewcell
多线程
SDWebImage
沙盒缓存图片
ios
UITableview
操作
初学ios以及其
UITableview
控件,使用自定义cell和模型。
bangtan辉
·
2023-09-17 08:23
ios
xcode
objective-c
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他