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右侧索引(类似通讯录功能)
需求:许多的银行展示在TableView上,需要加上
UITableView
的右侧索引功能、方便用户快速选择。类似通讯录的功能。原理:在ObjectiveC语言中,字符串是以unicode进行编码的。
职业抬棺团队
·
2021-06-06 09:26
RunLoop
UITableView
Cell速度优化
Runloop相当于一个while循环的东西,在程序中主要起到三个方面的作用:1、一个死循环2、保证程序不退出3、负责监听iOS所有的事件(网络、时钟、交互)问题描述从网络加载高清大图到
UITableView
Cell
泰克2008
·
2021-06-06 09:17
iOS
UITableView
倒计时
背景:项目里需要实现每一行展示数据里面都有一个倒计时显示,倒计时结束,显示“已结束”思路:1、从服务器获取数据以后,启用定时器2、定时器方法主要功能:(1)更新数据源中的倒计时字段信息(2)获取正在页面显示的cell,用来更新展示页面界面展示:UI.pngplist文件:plist文件.png代码如下:#import"ViewController.h"#import@interfaceViewCo
纳兰合欢
·
2021-06-06 08:12
Swift 项目:ReactiveSwift+MVVM+RealmSwift+Alamofire+OM
初入IOS的小白,可能什么代码都会放在C(Controller)中,例如:一个视图中UILabel、UIButton、
UITableView
等视图对象
怀心逝水
·
2021-06-06 01:58
cell的系统分割线消失了...
1.当我继承
UITableVIew
Cell时用Masory约束子控件出现了的一个诡异问题。(系统Cell的分割线都不显示。)因为项目前期(项目还在由外包承担,我也不知道为什么公司这么着急招人)。。。
爱笑的猫mi
·
2021-06-05 22:42
iOS 13 适配最新更新总结
1、iOS13UISearchController+导航栏+
UITableView
使用时背景颜色透明的问题此问题导致导航栏颜色为透明,直接可以看到后面的下拉刷新控件解决办法如下:if(@available
吃得慢饿得快1
·
2021-06-05 20:24
UI基础界面带滚动式图
#import"oneViewController.h"@interfaceoneViewController(){
UITableView
*tbv;UIScrollView*scro;UIPageControl
网络大佬
·
2021-06-05 16:41
置顶按钮(tableview)
83:49)//底部tabbar高度@property(nonatomic,strong)
UITableView
*debitTa
筱笑
·
2021-06-05 13:12
iOS tableView cell 选择的一些方法
在一些项目中,遇到一些需要点击选中cell状态的时候,可以使用下面的方法进行操作(void)tableView:(
UITableView
*)tableViewdidSelectRowAtIndexPath
沐北
·
2021-06-05 06:41
UITableView
滑动不到底部
self.tableView.contentInset=UIEdgeInsetsMake(0,0,67,0);self.view=_tableView;代替[self.viewaddSubview:self.tableView];
Logan_IronMan
·
2021-06-05 04:49
Self Sizing Cells
设置好cell里面的约束设置下面两个属性tableView.estimatedRowHeight=36.0tableView.rowHeight=
UITableView
AutomaticDimension
Shaonianla
·
2021-06-05 03:52
iOS在当前屏幕获取第一响应
当你想在点击某个输入框时弹出键盘,并且把
UITableView
或者ScrollView滚动到某个对应界面时,首先得获取第一相应是谁;代码://首先通过这两行代码获取第一相应UIWindow*keyWindow
解忧杂货店老板
·
2021-06-04 22:19
iOS TableView的一些小技巧(持续更新...)
1.
UITableView
StyleGrouped分组高度过大问题:_tableView.tableHeaderView=[[UIViewalloc]initWithFrame:CGRectMake(0,0,0
ErHu丶
·
2021-06-04 17:35
【swift】 UIAlertController在cell弹出延迟
在swift:cell.selectionStyle=.none;iOS:cell.selectionStyle=
UITableView
CellSelectionStyleNone;时才会出现。
Kean_Qi
·
2021-06-04 16:52
tableViewCell 下方多出白线错误
今天tableViewCell的下面一条白线怎么也去不掉如果一下方法都不能去掉这条白线的话你可能跟我犯了一样的错误self.tableView.separatorStyle=
UITableView
CellSeparatorStyleNone
不知道为什么
·
2021-06-04 15:52
一知半解的NSIndexPath
平常使用到的NSIndexpath的地方只有在
UITableView
和UICollectionView中,其实这两个处可以使用只是因为NSIndexPath对这两个视图做了扩展。
萧旭
·
2021-06-04 14:11
《新浪微博剖析 iOS 高级面试》笔记(一):UI视图相关面试问题
UITableView
相关一、重用机制1、iOS如何实现cell的重用机制?A1-A7使用相同的identifer,当tableView向上滑动,A1划出页面后,就被放入了重用池。
iOS开发面试总结
·
2021-06-04 08:57
关于
UITableView
MARK1//Rowdisplay.Implementersshould*always*trytoreusecellsbysettingeachcell'sreuseIdentifierandqueryingforavailablereusablecellswithdequeueReusableCellWithIdentifier://Cellgetsvariousattributessetaut
不辣先生
·
2021-06-04 07:21
UITableView
编辑
-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(NSBundle*)nibBundleOrNil{self=[superinitWithNibName:nibNameOrNilbundle:nibBundleOrNil];if(self){}returnself;}-(void)viewDidLoad{[superviewDidLoad];/
雷仔
·
2021-06-04 06:47
iOS功能整理
(ps:开头一开始是目录索引,但是不支持,改成列表)一UI控件类1.1textField的背景图片(防止图片复用)1.2tableViewCell侧滑按钮
UITableView
CellDeleteConfirmationView
z_zero
·
2021-06-04 01:20
UITableView
Cell左滑显示多个图片按钮并改变大小
第一步:在TableViewController.m文件中添加:///返回装载侧边按钮的数组-(NSArray*)tableView:(
UITableView
*)tableVieweditActionsForRowAtIndexPath
Felix灬泡泡
·
2021-06-03 23:47
TableView 去掉多余行数、IOS最后一行Cell系统分割线顶头
]initWithFrame:CGRectZero]];IOS最后一行Cell系统分割线顶头使用说明//最后一行分隔线顶头显示staticvoidsetLastCellSeperatorToLeft(
UITableView
Cell
zcaaron
·
2021-05-21 12:53
UITableView
的小细节
http://blog.csdn.net/u013892686/article/details/51943146
攻城狮GG
·
2021-05-21 09:15
CoreData的使用(三)--
UITableView
在我们正常的项目中使用,简单的增删改查,当然可以实现大多数的功能,但是有的实现的话相对可能复杂一些,比如保存的数据改变了我们要刷新tableview的数据。这里coredata中提供了一个NSFetchedResultsController类来和tableview一起使用,下面我们看一下如何使用NSFetchedResultsController和tableview新建NSFetchedResul
StoneWing
·
2021-05-21 07:42
UITableView
空数据或者错误时候的提示 empty Table
https://github.com/dzenbot/DZNEmptyDataSetDZNEmptyDataSet是一个下拉式的
UITableView
/UICollectionView父类,在没有内容要显示时使用
levinYuXiao
·
2021-05-21 06:51
json文件的解析用法
#import@interfaceViewController:UIViewController@property(strong,nonatomic)
UITableView
*tableView;@property
lichengjin
·
2021-05-21 01:44
[Objc.io学习笔记]第一期 - 更轻量的 View Controllers(一)
原文链接一、更轻量的ViewControllers1.把DataSource和其他Protocols分离出来把
UITableView
DataSource的代码提取出来放到一个单独的类中,是为viewcontroller
ShannonChenCHN
·
2021-05-20 22:20
开始用Swift开发iOS 10 - 10 Navigation Controller的介绍和Segue
接着上一篇开始用Swift开发iOS10-9TableRow的删除,
UITableView
RowAction和UIActivityViewController的使用的代码,继续学习NavigationController
Andy_Ron
·
2021-05-20 22:15
iOS 中利用
UITableview
的编辑功能实现多选和单选
单选功能首先我们_tableView.allowsMultipleSelectionDuringEditing=YES;[_tableViewsetEditing:YESanimated:YES];然后在didSelectRowAtIndexPath选中数据数据添加到数组中NSIndexPath*lastIndex=[NSIndexPathindexPathForRow:_indexinSecti
字母大师
·
2021-05-20 15:11
Cell中嵌入UIWebView
前言
UITableView
Cell中要放一个UIWebView,怎么做呢?怎么算高度?怎么让它自适应?这一听感觉挺不好处理的。
G_GUI
·
2021-05-20 15:09
解决tableviewcell重复点击的问题
首先定义一个BOOL类型来判断是否点击了第一次@property(nonatomic,assign)BOOLisSelect;然后再点击事件中这样写-(void)tableView:(
UITableView
小俊一不小心
·
2021-05-20 12:08
tableViewCell的依次插入动画
-(NSInteger)tableView:(
UITableView
*)tableViewnumberOfRowsI
大墙66370
·
2021-05-20 09:32
教你写个多表视图
multi_table.gif如图所示的多表视图是一个很常用的东西,之前我是用UIScrollView和
UITableView
Controller做的。
Sheepy
·
2021-05-20 08:31
UITableView
在 UIViewController 中的起点
标签:automaticallyAdjustsScrollViewInsets、contentInsetAdjustmentBehavior、translucent
我是晶锅
·
2021-05-20 06:32
cell中嵌套UIWebView和WKWebView
WKWebViewQYAwardInfoDescribeCell.h的代码:#import@classQYAwardInfoModel;@interfaceQYAwardInfoDescribeCell:
UITableView
Cell
YannChee
·
2021-05-20 05:11
iOS UIAlertController 弹出延迟
而且只有在cell.selectionStyle=
UITableView
CellSelectionStyleNone;时才会出现。
圆脸黑猫警长
·
2021-05-20 03:38
AutoLayout
AutoLayout深入浅出一[前传]AutoLayout深入浅出二[基本使用]AutoLayout深入浅出三[相遇Scrollview]AutoLayout深入浅出四[不仅是UIWebView与
UITableView
lyking
·
2021-05-19 22:10
(类似点赞功能)
UITableView
Cell 根据内容来确定cell的高度(类似点赞功能)
|在开发中我们经常会用到
UITableView
Cell或者UICollectionCell来展示列表,现在问题来了,怎么实现cell或者item的高度根据内容的多少来确定呢.这里提供一种解决方法.给cell
努力奔跑的小男孩
·
2021-05-19 20:10
首页-- EliteSchoolTableViewCell
#import@interfaceEliteSchoolTableViewCell:
UITableView
Cell@end#import"EliteSchoolTableViewCell.h"@implementationEliteSchoolTableViewCell
云兮77
·
2021-05-19 19:01
D13:自定义
UITableView
Cell
自定义Cell时Cell的控件都是添加到Cell的contentView上KVC方法设置属性值,快速创建数据源-(void)setValuesForKeysWithDictionary:(NSDictionary*)keyedValues[modelsetValuesForKeysWithDictionary:dict];使用XIB方式时新建Cell对象时使用-(NSArray*)loadNibN
Vinc
·
2021-05-19 13:38
tableView的优化和内存优化
(1)、若cell定高,删除
UITableView
Delegate中的:heightForRowAtIndexPath:方法,设置self.tableView.rowHeight=88。
骑着毛驴走起来
·
2021-05-19 13:18
UIScrollView翻滚起来
前言:关于设置uiscrollview的滚动问题,在代码里与故事版里的试炼在代码里:当你用纯代码去写scrollview的时候,或者由于业务规则你要用uiscrollview而不是
uitableview
Easy_VO
·
2021-05-19 12:49
MJRefresh在iphoneX上底部一直显示上拉提示
UIScrollViewappearance]setContentInsetAdjustmentBehavior:UIApplicationBackgroundFetchIntervalNever];[[
UITableView
appearance
WSGNSLog
·
2021-05-19 10:43
【RxSwift系列】RXSwift在
UITableView
中使用(一)
1、RootViewControllerletdisposeBag=DisposeBag()letdataSource=RxTableViewSectionedReloadDataSource>()letviewModel=RootViewModel()//绑定数据viewModel.getNewsData().bind(to:tableView.rx.items(dataSource:dataS
yuanweiphone
·
2021-05-19 09:44
Day.03.03
UITableView
表视图索引
#import"ViewController.h"#definekScreenW[UIScreenmainScreen].bounds.size.width#definekScreenH[UIScreenmainScreen].bounds.size.height@interfaceViewController()@property(nonatomic,strong)NSDictionary*pl
挂树上的骷髅怪
·
2021-05-19 07:01
swift coredata 的简单用法 删除 保存 查询
mportUIKitimportCoreDataclassViewController:
UITableView
Controller,
UITableView
DataSource{varcontext:NSManagedObjectContext
玉松
·
2021-05-19 07:16
记录一个对UIScrollView与CollectionView滚动事件传递的处理
然后上层是三个控制器并列,每个控制器都是
UITableView
。
xiaotei
·
2021-05-19 06:15
tableview自定义工厂方法CELL
BrandStreetCellreturnReuseCellFormTableView:self.brandtableviewindexPath:indexPathidentifier:BrandStreetCellIdentifier];(id)initWithStyle:(
UITableView
CellStyle
赤焰军少帅林殊
·
2021-05-19 03:08
iOS — AutoLayout 还不会,你就累到死
花时间写了个Demo,包含比较全面从UIView,UILabel,UIImageView的自适应到UITextView,
UITableView
,UICollectionView,UIScrollView
谁的青春不迷茫
·
2021-05-19 01:15
UITableView
使用 AutoLayout 实现 Cell 点击展开效果
title:
UITableView
使用AutoLayout实现Cell点击展开效果date:2017-07-0213:18:12tags:[ios,
UITableView
]category:ios效果图接上篇文章
Passon_Fang
·
2021-05-19 00:52
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
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
其他