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
instancetype
宏定义快捷应用之创建单例
//宏定义如下://.h文件//意思为在需要创建成单例的类的.h文件中调用此宏定义#defineSingletonH(name)+(
instancetype
)shared##name;//.m文件//意思为在需要创建成单例的类的
慢慢向上爬的蜗牛
·
2020-08-06 11:59
OC学习
iOS开发-Day28-UI自定义控件&消息传递&事件传递机制
nonatomic)UIView*aView;@end//MyControl.m#import"MyControl.h"@implementationMyControl//重写initWiyhFrame方法-(
instancetype
ycace
·
2020-08-06 10:37
关于NSlayoutConstraint
+(
instancetype
)constraintWithItem:(id)view1attribute:(NSLayoutAttribute)attr1relatedBy:(NSLayoutRelation
chaoxiaofan
·
2020-08-04 13:08
笔记
学习
ios
ios自定义xib的时候,需要如何初始化里面的控件(添加相关的数据到控件)
#import"MJTgHeaderView.h"@implementationMJTgHeaderView+(
instancetype
)headerView{return[[[NSBundlemainBundle
zhuhai__yizhi
·
2020-08-04 10:40
IOS学习
MRC和ARC的区别、MVC的优缺点
2.id和
instancetype
的区别a.id是可以作
中情
·
2020-08-04 10:48
iOS 重写UIButton
创建一个类"DetailButton.h"继承自UIButton@interfaceDetailButton:UIButton-(
instancetype
)initWithFrame:(CGRect)frame
京津追梦人
·
2020-08-04 08:54
iOS
iOS开发
iOS相关的http网络请求再次封装
import"HttpManager.h"NSString*constHttpTokenExpiredNotification=@"HttpTokenExpiredNotification";@implementationHttpManager+(
instancetype
赵瓶子姑娘
·
2020-08-04 06:41
iOS底层原理总结 - 探寻Runtime本质(四)
#import"Student.h"@implementationStudent-(
instancetype
)init{if(self=[superinit]){NSLog(@"[selfclass]=
weixin_34067980
·
2020-08-04 05:05
在一个xib 中调用另外一个xib
property(copy,nonatomic)NSString*title;.m文件#import"SFStatusSelectVIew.h"@implementationSFStatusSelectVIew-(
instancetype
十三_先生
·
2020-08-04 02:24
iOS
初始化TableViewCell时获取到的宽度错误
=[[UILabelalloc]initWithFrame:self.contentView.bounds];来设置Label的宽高,然后使用懒加载在初始化方面里面添加label,完整的代码如下:-(
instancetype
JoySeeDog
·
2020-08-04 02:02
iOS
iOS之tableView(四)自定义cell/注册cell的三种方式/设置预估高度、cell上图文混排实例
//当自定义cell,并且没有和xib关联时,调用下面这个方法初始化-(
instancetype
)initWithStyle:(UITableViewCellStyle)stylereuseIdentifier
liyubao160
·
2020-08-04 02:55
iOS/oc
自定义TableViewCell的代码块
支持多行显示.h@property(nonatomic,strong)idmodels;@property(nonatomic,copy)void(^block)(idsender);+(
instancetype
iOS进阶
·
2020-08-04 02:45
iOS开发基础
iOS 官方文档CALayer
一、创建一个层1、+layer(1)方法原型+(
instancetype
)layer2、-init(1)方法原型-(
instancetype
)init3、-initWithLayer:(1)方法原型-(
Robert火山
·
2020-08-04 02:37
iOS开发
ios
文档
自定义等高cell和不等高cell的方式对比
UITableViewCell总结**只要是自定义控件就会调用该方法:-(void)layoutSubviews{NSLog(@"=======");}一:等高cellA:自定义等高cell:1.需在-(
instancetype
小树叉
·
2020-08-03 19:14
UI
iOS 自定义按钮
import@interfaceMyPlacebutton:UIButton{//定义button的大小CGRectboundingRect;}@end//实现文件//初始化自定义button单例-(
instancetype
llyouss
·
2020-08-03 19:58
iOS
自定义按钮
自定义cell默认初始化方法
-(
instancetype
)initWithStyle:(UITableViewCellStyle)stylereuseIdentifier:(NSString*)reuseIdentifier{self
MIKE-zi
·
2020-08-03 18:29
tableView基础
MRC模式下property 的retain带来的内存泄露
//下面代码实在MRC模式下运行的#import@interfaceperson:NSObject{NSString*name;}@property(assign)NSString*name;+(
instancetype
hemeinvyiqiluoben
·
2020-08-03 17:54
IOS
自定义cell代理的用法
protocolMycellDelegate@optional-(void)didClickButton:(UIButton*)button;@end@interfaceMycell:UITableViewCell+(
instancetype
nslog1234554321
·
2020-08-03 17:23
一个xib上创建多个cell
相关链接Xib使用之TableViewCell.xib中创建多个Cell#import@interfaceTestTableViewCell:UITableViewCell+(
instancetype
)
anchoriteFili
·
2020-08-03 17:38
object-c
iOS开发核心动画之画图板
1.效果图2.用一个View来描述画图板,给画图板添加拖动的手势//从xib中加载-(void)awakeFromNib{[selfsetUpGesture];}//代码创建-(
instancetype
baiyun1978
·
2020-08-03 15:37
移动开发
iOS开发核心动画之九宫格解锁
一.九宫格解锁1.自定义一个View,初始化子控件,创建九个按钮//从xib中加载时调用-(void)awakeFromNib{[selfsetUp];}//代码创建时调用-(
instancetype
)
baiyun1978
·
2020-08-03 15:06
移动开发
AZ_字典转模型
字典转模型1.简单的字典转模型-(
instancetype
)initWithDict:(NSDictionary*)dict{if(self=[superinit]){self.name=dict[@"
aeajzkl1278
·
2020-08-03 14:01
多线程六——加锁方案三 :pthread_mutex
*它是互斥锁:mutex现在有两种锁:*互斥锁*自旋锁二、代码演示,静态初始化//初始化锁-(
instancetype
)init{if(self=[super
M316625387
·
2020-08-03 13:37
iOS底层
多线程加锁
iOS 开发实训第三周周报
学习笔记(摘自《iOS开发:从零基础到精通》)id和
instancetype
id类型:通用对象类型,类似于C语言中的void*,可以指向任意一个继承了NSObject类的对象(id本身就是一个指针,所以使用时不需要加星号
Booooby
·
2020-08-03 12:57
iOS
几种UITableview自定义Cell的办法
1>纯代码自定义UITableviewCell继承UITableviewCell,重写cell的initWithStyle:withReuseableCellIdentifier-(
instancetype
Stevin的技术博客
·
2020-08-03 10:38
iOS
Objective-C
iOS_Objective_C
自定义UITableViewCell的两种方式
使用纯代码创建,先是创建一个cell名字为customCell,继承于UITableViewCell.记着创建的时候不勾选使用XIB这一项,然后就是需要重写-(
instancetype
)initWithStyle
爱尚开发
·
2020-08-03 10:30
TableView
instancetype
和id
一、什么是
instancetype
instancetype
是clang3.5开始,clang提供的一个关键字,表示某个方法返回的未知类型的Objective-C对象。
烟雨平生花飞舞
·
2020-08-01 14:54
iOS百度地图使用
@implementationHMAnnotationView-(
instancetype
)initWithAnnotation:(id)annotationreuseIdentifier:(NSString
ji_shuke
·
2020-08-01 08:50
iOS
iOS使用AVPlayer封装自定义播放器
待补充...二、重要属性和方法1.AVplayerItem:###+(
instancetype
)playerItemWithURL:(NSURL
左叶右玉
·
2020-08-01 04:11
Objective-C编码规范补充
1、使用预编译指令#pragmamark组织代码(1)视图或控制器生命周期相关的代码#pragmamark-LifeCycle-(void)dealloc{}-(
instancetype
)init{}-
阿咿呀嘿
·
2020-08-01 03:54
YYImage之YYImage
初始化图片生成一张YYImage会调用-(
instancetype
)initWithData:(NSData*)datascale:(CGFloat)scale;来初始化,具体代码如下-(
instancetype
MaZengyi
·
2020-08-01 03:57
NSEnumerator
今天在无意中看到MBProgressHUD源码解析中有这么一段代码:+(MB_
INSTANCETYPE
)HUDForView:(UIView*)view{NSEnumerator*subviewsEnum
蔡俊宇
·
2020-07-31 22:22
FMDB的使用方法(附Demo)
附Demo一份:FMDBDemo1.为了更好的的进行管理,先创建了FMDB的单例@interfaceDataBase:NSObject+(
instancetype
)sharedDataBase;#impo
diaoju3333
·
2020-07-31 17:08
自定义视图.
自己可以利用各种控件组合成各种的新的视图,积累自己的代码库,方便自己开发.自定义视图的步骤(再次以Label和TextField为例):1.创建一个UIView的子类2.在类的初始化方法中添加视图//初始化方法-(
instancetype
ItsALongRoad
·
2020-07-31 15:48
UI
IOS 动画
Layer层的时候,不能直接修改layer的属性CoreAnimation有两个Layer层次结构-模型层树(modellayertree)和表示层树(presentationlayertree)-(
instancetype
Drodly
·
2020-07-31 12:40
iOS使用GCDSocketManager实现长连接代码部分
import"GCDAsyncSocket.h"@interfaceGCDSocketManager:NSObject@property(nonatomic,strong)GCDAsyncSocket*socket;//单例+(
instancetype
fou7
·
2020-07-31 10:48
iOS 实现react-native预加载,优化第一次加载白屏问题
项目中存在多个react-native页面入口,每个入口使用以下方法初始化:-(
instancetype
)initWithBundleURL:(NSURL*)bundleURLmoduleName:(NSString
wf_breeze
·
2020-07-31 10:00
react-native
iOS
白屏优化
内存优化
iOS自定义UITableCell自定义分割线消失问题
这样的问题是,你把你的分割线自定义在每个cell上,当cell服用的时候,只会读取你的数据模型的数据,但是你的分割线不会重新划线,如:-(
instancetype
)initWithStyle:(UITableViewCellStyle
酷拼车
·
2020-07-30 20:43
UI
纠结单例怎么写?
#import@interfaceDataManager:NSObject+(
instancetype
)sharedMan
丶生如夏花
·
2020-07-30 19:58
可变参数
在OC中常见的系统可变参数函数有下面两个-(
instancetype
)initWithTitle:(nullableNSString*)titlemessage:(nullableNSString*)messagedelegate
j24129114
·
2020-07-30 15:10
iOS控件:UIBarButtonItem的简单用法
用法一:-(
instancetype
)initWithTitle:(nullableNSString*)titlestyle:(UIBarButtonItemStyle)styletarget:(nullableid
江湖hi客
·
2020-07-30 15:25
iOS控件
runtime:字典转模型的应用
换换口味,尝试下runtime,如果想仅仅实现自己需要的功能其实很简单,就那几个C语言函数实现两级嵌套字典的转换:#import@implementationNSObject(Model)+(
instancetype
动感超人丶
·
2020-07-30 08:42
ios-环形统计图
一些私有属性私有属性-(
instancetype
)initWithFrame:(CGRect)framewithM
Clark_new
·
2020-07-30 02:17
5 ViewControl 的生命周期 - 斯坦福 iOS
interfaceViewController()@end@implementationViewController1.创建View//如果是从storyboard中创建调用-(void)awakeFormNib{}方法//否则调用下面方法-(
instancetype
以太死多
·
2020-07-30 01:54
判断当前页是否登录
判断当前的页面是否登录,如果登录直接显示数据,如果没有登录,就先登录(使用单力判断)1.在单例.h中写@property(nonatomic,assign)BOOLisLogin;+(
instancetype
一笑wangx
·
2020-07-29 22:23
AFNetworking 添加支持 IPv6 的网络请求协议
`sockaddr_in`)usedtoevaluatenetworkreachability.这句话修改:(`sockaddr_in`)------>(`sockaddr_in6`)第二步:找到+(
instancetype
低头敲代码的小猿
·
2020-07-29 21:37
单例
.h+(
instancetype
)managerCenter;.m+(
instancetype
)managerCenter{staticUserInfoManagerCenter*center=nil;
天亮説晚安
·
2020-07-29 20:40
1.关于xib创建控件以及代码创建控件走的方法
1.当控件不是从xib、storyboard中创建时,会调用这个方法//纯代码调用初始化一定会调用的类-(
instancetype
)initWithFrame:(CGRect)frame{self=[superinitWithFrame
娘亲Joanna
·
2020-07-29 18:00
iOS单例(方便copy)
#import"Singleton.h"@implementationSingletonstaticSingleton*_instance=nil;+(
instancetype
)shareInstance
A訫飛Flyme
·
2020-07-29 17:00
RACReplaySubject及其底层实现和RACSubject的区别
RACReplaySubject底层实现1、重写了父类方法,创建信号时候,内部创建了_subscriber数组和_valuesReceived(用来限制缓存的value的数量,只保存最新的设置的数量,默认为保存所有);+(
instancetype
Sheldon_WDG
·
2020-07-29 13:46
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
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
其他