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
uitableView
不接受点击
cell.selectionStyle=
UITableView
CellSelectionStyleNone[tableViewdeselectRowAtIndexPath:indexPathanimated
舒耀
·
2021-05-18 23:37
iOS开发-1.
UITableView
你会用吗?
前一段时间,公司招聘了一个新员工,界面做出来了,但是很卡,我看完他写的代码,发现没有对
UITableView
Cell进行循环使用,而且在
UITableView
代理方法中,创建了很多并没有什么用的对象,一些调用频繁的方法也没有很好地处理
雷潮
·
2021-05-18 20:31
UIAlertController 弹出有延迟
今天在tableview的-(void)tableView:(
UITableView
*)tableViewdidSelectRowAtIndexPath:(NSIndexPath*)indexPath方法中点击
AgoniNemo
·
2021-05-18 19:36
MJMJRefresh、SDWebImage
1.布局Main.storyboard继承于
UITableView
CellmyTableViewCell.xib拖拽控件2.
呵邢
·
2021-05-18 19:09
MUTableViewManager - MVVM TableView - 只需一个block就可显示列表
传统TableView的问题1.需要重复实现delegate和dataSource方法2.无法自动拆解模型3.无法自动缓存和计算行高MUTableViewManager的优势与
UITableView
+FDTemplateLayoutCell
mu_无与伦比
·
2021-05-18 15:26
cell
-(UIView*)tableView:(
UITableView
*)tableViewviewForHeaderInSection:(NSInteger)section{UIView*hView=[[UIViewalloc
碧玉小瑕
·
2021-05-18 07:22
UITableVIew
基础
UITableVIew
的属性
UITableVIew
继承自UIScrollViewtableView上显示的内容,一般不是通过添加子视图去显示,而是通过cell去显示数据self.tableView=
UITableView
.init
Wen_Wei_Yen
·
2021-05-18 06:30
2016.7.30设计LTWebViewLayout高度自适应缓存框架
前言笔记:思维设计图,方法调用栈暂时先搁置,先补补校招知识参考资料苹果开发者文档
UITableView
Cell自适应高度框架作者博客设计思路设计总图布局子图根据key(键)来区别每个UIWebView高度
js丶
·
2021-05-18 06:17
视图的生命历程和 TableView设置默认选中状态
UITableView
和UICollectionView设置默认选中状态//
UITableView
NSIndexPath*indexPath=[NSIndexPathindexPathForRow:selectIndexinSection
多行动不要多愁善感
·
2021-05-18 05:19
常用控件和控件看不见情况
常用控件UIButton按钮UILabel文本标签UITextField文本输入框UIImageView图片显示UIScrollView滚动的控件
UITableView
表格UICollectionView
Coder007
·
2021-05-18 03:26
Swift+使用OC
1.添加Objective-CFile,(提示添加MySwift-Bridging-Header.h)@interfaceCouponViewCell:
UITableView
Cell@property(
liushong
·
2021-05-18 03:52
设置cell的分割线为0(ios8)
-(void)tableView:(
UITableView
*)tableViewwillDisplayCell:(
UITableView
Cell*)cellforRowAtIndexPath:(NSIndexPath
has
·
2021-05-18 02:21
iOS问卷调查动画效果实现
在项目中有时候会有调查问卷的功能,介于该功能太过简单,一般都是从后台获取到问题以及问题的选项,在客户端一般都是使用
UITableView
来实现的,但是出来这么一个问题:有的调查问卷有五六十个,总不可能新建五六十个页面压栈跳转吧
安静守护你
·
2021-05-17 23:35
如何给View Controller"瘦身"
objc.io是一个非常有名的iOS开发博客,它上面的第一课《LighterViewControllers》上就讲了很多这样的技巧,我们先总结一下它里面的观点:将
UITableView
的DataSource
百小七
·
2021-05-17 22:30
iOS开发之UI(十)
1.
UITableView
的概念
UITableView
继承于UIScrollView,可滚动
UITableView
的每一条数据对应的单元格叫做Cell,是
UITableView
Cell的一个对象,继承于
zero点点
·
2021-05-17 22:19
UITableView
的基础你知道多少?
一、tableView的创建//利用大小和tableView样式创建tableView
UITableView
*tableView=[[
UITableView
alloc]initWithFrame:self.view.boundsstyle
tanyufeng
·
2021-05-17 21:38
UITableVIew
Cell隐藏 多余的线
C2485CE8-927A-4C51-808F-AAA67C84DF4E.png解决方法LeftTableView.tableFooterView=[UIViewnew];
舒耀
·
2021-05-17 19:26
iOS用YYLabel中方法实现异步画图ChartView
需求:之前一个项目中,需要用一个图表展示折线图,折线的点可多达100多个,然后加上渐变,并且每个图表是4个数据源,4条折线和渐变用颜色区别,然后每天都有一个图表,用
UITableView
展示一年的数据,
尛焱
·
2021-05-17 13:04
UITableView
键盘隐藏
如果你曾经在tableView上实现一个可输入的表单,那么一定会遇到键盘隐藏的问题。那一般我们会使用在控制器重写touchBegan:withEvent:方法,然后在方法里面处理如下:-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{[self.viewendEditing:YES];}恩,那我们就会立马在管理tableVie
wMellon
·
2021-05-17 13:16
自定义
UITableView
Cell两类方法:
使用nib,不使用nibif(若使用nib){if(使用dequeueReuseableCellWithIdentifier:){可不注册,但是必须对获取回来的cell进行判断是否为空,若空则手动创建新的cell;}elseif(使用dequeueReuseableCellWithIdentifier:forIndexPath:){必须注册,但返回的cell可省略空值判断的步骤。使用registe
杨大虾
·
2021-05-17 12:44
iOS关于在
UITableView
中,实现多个cell中不同的倒计时实现
传送门:http://blog.sina.com.cn/s/blog_a5243c7f0102vt54.html
永远都能
·
2021-05-17 12:05
使用MLeaksFinder时遇到的坑
UIView相关的对象,不过最近在团队中使用的时候,有遇到一些问题,总结如下UITouch持有UIButton的问题在issue上有讨论在stroyboard里面使用的问题在button的点击事件或者
UITableview
tom510230
·
2021-05-17 10:26
iOS-
UITableView
中点击Cell弹出AlterViewController慢
发现问题同事在看我代码的时候发现在点击Cell修改性别的时候,发现AlterViewcontroller没有弹出,需要多次点击.然后我在测试的时候偶然返现并不没有弹出.而是过了一会才弹出.那为什么弹出比较慢呢.我之前的猜测是由于刚点过了一次,在此进行点击的时候,需要对之前AlterViewController进行销毁等操作.所以导致弹出比较慢(当然这个比较慢并不是第一次点击的)在网上查到的问题都是
Amuxiaomu
·
2021-05-17 09:11
去掉
UITableView
的section的粘性,使其不会悬停
//有时候使用
UITableView
所实现的列表,会使用到section,但是又不希望它粘在最顶上而是跟随滚动而消失或者出现-(void)scrollViewDidScroll:(UIScrollView
PZcoder
·
2021-05-17 08:32
day09-
UITableView
-12自定义不等高的cell-from方式
UITableView
-01基本使用
UITableView
-02模型优化
UITableView
-03复杂的Plist解析
UITableView
-04常见属性和样式
UITableView
-05可重复使用Cell
js_huh
·
2021-05-17 07:56
iOS优秀的空白页或出错页封装,DZNEmptyDataSet
github下载地址https://github.com/dzenbot/DZNEmptyDataSetshow.png提示DZNEmptyDataSet主要用于
UITableView
和UICollectionView
XDC
·
2021-05-17 05:10
iOS - 请求Plist文件
屏幕快照2018-12-0719.31.53.png@interfaceViewController()@property(nonatomic,strong)
UITableView
*tableView;
繁重
·
2021-05-17 04:13
ios控件
UITableview
自己总结
如何使用
UITableview
,需要掌握几个要点遵守协议tableview所属的控制器必须遵守2个协议,一是
UITableView
DataSource,数据源协议,二是
UITableView
Delegate
Arthur凌
·
2021-05-17 02:40
TableView自适应高度
UITableView
高度设置的方式大概是一下几种,这里会主要提到第三种estimatedRowHeight自适应高度rowHeight方式
UITableView
询问高度的方式有两种一种是针对所有的Cell
1剑天下
·
2021-05-17 02:36
iOS --- 去掉
UITableView
中的空白行
UITableView
中默认将空白行也显示出来,而只需要这句代码即可将其去掉:self.tableView.tableFooterView=UIView(frame:CGRectZero)更多iOS内容
icetime17
·
2021-05-17 00:45
ios
UITableView
头部带有图片并且下拉图片放大效果
一.位置确定img=[[UIImageViewalloc]initWithFrame:CGRectMake(0,0,self.view.frame.size.width,200)];img.image=[UIImageimageNamed:@"headerImage1.jpg"];UIView*v1=[[UIViewalloc]initWithFrame:CGRectMake(0,0,self.v
尹时允
·
2021-05-16 22:00
CTMediator源码拾遗
1.UIViewController常用分段#pragmamark-lifecycle#pragmamark-
UITableView
Delegate#pragmamark-CustomDe
AliThink
·
2021-05-16 21:34
tableview总是忘了一些事
tableView.separatorStyle=
UITableView
CellSeparatorStyleNone;cell.accessoryType=
UITableView
CellAccessoryDisclosureIndicator
我爱学习爱学习
·
2021-05-16 18:55
UITableView
//设置cell右边的指示样式(箭头样式)cell.accessoryType=
UITableView
CellAccessoryDisclosureIndicator;//设置cell右边显示的控件//
eryuxinling
·
2021-05-16 17:48
UITableView
分组索引
使用系统的方法设置,效果图如下:效果图.png部分初始化//数据源_dataModelArray=[[NSMutableArrayalloc]init];//设置索引_charArray=[[NSMutableArrayalloc]init];//索引字体颜色_tableView.sectionIndexColor=[UIColorcolorWithHexString:@"686a6c"];//索
KermitX
·
2021-05-16 17:36
解决FDStackView在Swift下的Bug一则
解决FDStackView在Swfit下的Bug一则Apple在iOS9推出了UIStackView,使得线性布局变得简单易行,再也不用劳神劳力的手写Frame,或者用
UITableView
/UICollectionView
fever105
·
2021-05-16 12:11
iOS 表刷新后cell消失
tableviewReload然后又用表的刷新动画[selfWeak.putPlanTabreloadSections:[NSIndexSetindexSetWithIndex:0]withRowAnimation:
UITableView
RowAnimationAutomatic
AlanAnie
·
2021-05-16 12:08
UITableView
的分类 滚动到底部 类似斗鱼点击查看底部消息
////
UITableView
+scrollToBottom.h//yunxinDemo////Createdby刘小二on16/7/13.
SmallTwo
·
2021-05-16 11:08
UITableView
置顶 - iOS
加在viewWillAppear[_accountTableViewsetContentOffset:CGPointMake(0,0)animated:NO];
HAKA
·
2021-05-16 09:00
UITableView
实现无数据占位图片
国际惯例,上效果图1.gif该效果的实现主要是使用runtime的交叉方法实现,将tableView的reloadData与自定义的kk_reloadData交换。新建tableView的Category。交换方法主要代码+(void)swizzleInstanceSelector:(SEL)originalSelWithSwizzledSelector:(SEL)swizzledSel{Meth
搬运工开发者
·
2021-05-16 08:57
仿
UITableView
制作广告轮播器
虽然网络上关于这种控件的封装思想大致也就那么几种,具体哪几种大家可以去搜索一下,但是对于这种控件的使用,每次使用总是需要重新更改里面的代码,虽说不是一个大的控件,但是,更改起来却也是很烦人,所以自己就依据系统的
UITableView
大么大二郎
·
2021-05-16 08:26
QQ空间之个性化可拉伸界面
主要在于上下滑动的时候,怎么实现导航栏的颜色变化和图片尺寸的变化效果展示:效果图.gif控件结构由下至上self.view>imageview>tableView导航栏用的是自定义的,便于实现滑动变色效果,
UITableView
it_Xiong
·
2021-05-15 23:51
Test
项目中遇到的Blocks循环引用的坑A:YESorB:NOUtility.m+(void)addAnimationFromView:(UIView*)fromViewtoView:(id)toView{}1-(
UITableView
Cell
iPhone贴膜小哥
·
2021-05-15 21:53
编码规范
pragmamark-LifeCycle#pragmamark-customaccessors#pragmamark-IBActions#pragmamark-public#pragmamark-private#pragmamark-
UITableView
DataSource
崔又淇
·
2021-05-15 20:14
iOS —— 之正向传值
下面来解析一下这个正向传值的实现思路:第一步:创建联系人列表控制器它LWContactTableVc继承自
UITableView
Controller第二步:设置window第三步:在刚才创建的联系人列表控制器里面加载模型数据加载数据的时候
掌柜萌萌哒
·
2021-05-15 15:21
tabview添加多个删除按钮
#pragmamark在滑动手势删除某一行的时候,显示出更多的按钮-(NSArray*)tableView:(
UITableView
*)tableVieweditActionsForRowAtIndexPath
说不出口的秒
·
2021-05-15 15:29
tap手势区分
当同一页面同时添加UITapGestureRecognizer手势与
UITableView
时,为区分手势,可利用UIGestureRecognizerDelegate中的协议方法进行处理:#pragmamark-gestureRecognizer
ChrisF1030
·
2021-05-15 15:16
基础
tableView:协议
UITableView
DataSource://每个section上面的标语内容-(NSString*)tableView:(
UITableView
*)tableViewtitleForHeaderInSection
wq04200
·
2021-05-15 13:19
iOS-
UITableView
学习笔记
tableview的cell点击事件不重复使用的cell需要单独定义并实现跳转二级界面functableView(_tableView:
UITableView
,didSelectRowAtindexPath
梦醉荼靡
·
2021-05-15 10:21
TableView设置多种cell(纯代码)
UITableView
设置多种cell使用继承方式,cell继承自baseball,实体继承自baseEntityViewController.m-(void)viewDidLoad{[superviewDidLoad
PZcoder
·
2021-05-15 09:22
上一页
25
26
27
28
29
30
31
32
下一页
按字母分类:
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
其他