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
initWithFrame
012-自定义左右 按钮 btn
//首页定位-(void)customLeftBarButtonItem{UIButton*leftButton=[[UIButtonalloc]
initWithFrame
:CGRectMake(0,0,80,35
ArrQing
·
2020-07-10 04:25
3D立体相册,一个可旋转的立体相册
立体球体展示可自行添加本地照片可旋转,照片可放大商城下载:AppStoregithub下载用的代码是用的云标签的code,代码略有改动主要代码调用//调用展示self.sphereView=[[YoungSpherealloc]
initWithFrame
Python数据分析实战
·
2020-07-10 03:59
iOS
3D云相册
3D云标签
3D立体相册
3D球体
[iOS]调用layoutSubViews方法(有的时候为啥会调用2遍)
layoutSubviews在以下情况下会被调用:1、init初始化不会触发layoutSubviews但是是用
initWithFrame
进行初始化时,当rect的值不为CGRectZero时,也会触发
softwareApe
·
2020-07-10 01:27
iOS
iOS开发中、如何选择重写初始化方法?
比如在一个自定义的UIView子视图中,如果重写了
initWithFrame
:方法,为什么不应该再重写init方法。可以先下载项目HGInitManager强调1、只谈现象,不谈实质原理。
CoderHG
·
2020-07-09 22:52
导航
//创建windowself.window=[[UIWindowalloc]
initWithFrame
:[UIScreenmainScreen].bounds];self.window.backgroundColor
修木头
·
2020-07-09 20:33
UIView的一些方法总结
layoutSubviews在以下情况下会被调用:init初始化不会触发layoutsubViews但是是用
initWithFrame
进行初始化时,当rect的值不为CGRectZero时,也会触发addSubview
是我始终拒绝成长吗
·
2020-07-09 19:30
NavigationController中控制器视图的自动64px偏移详解
ViewController.m中viewDidLoad中定义如下:UIButton*btn=[[UIButtonalloc]
initWithFrame
:(CGRect){0,
isabadguy
·
2020-07-09 19:55
ios13更改状态栏颜色
if(@available(iOS13.0,*)){UIView*statusBar=[[UIViewalloc]
initWithFrame
:[UIApplicationsharedApplication
iOS_MingXing
·
2020-07-09 17:14
Swift
开发
iOS13
iOS 给View 设置指定位置圆角
`(instancetype)
initWithFrame
:(CGRect)frame{if(self=[superinitWithFrame:frame]){UIBezierPath*maskPath=
iOS_Apple
·
2020-07-09 16:09
iOS开发笔记
委托与文本输入
UITextField示例代码:CGRecttextFieldRect=CGRectMake(40,70,240,30);UITextField*textField=[[UITextFieldalloc]
initWithFrame
对歌当酒
·
2020-07-09 13:24
通过设置 UserAgent 让服务器识别 app
resetUserAgent{//Doanyadditionalsetupafterloadingtheview,typicallyfromanib.UIWebView*webView=[[[UIWebViewalloc]
initWithFrame
anshansui2885
·
2020-07-09 13:35
iOS 控件阴影(shadow)不出现问题解决
self.backView=[[UIViewalloc]
initWithFrame
:CGRectMake(15,CGRectGetMaxY(self.withdrawButton.frame)+15,WIDTH
非洲胚胎
·
2020-07-09 12:27
iOS
开发小技巧
iosUIButton中调整image大小
最近做到有这种需求,要求按钮的点击范围比图片大,然后就想了一下,发现了一些细节问题,废话不多说直接上代码:self.leftBtn=[[UIButtonalloc]
initWithFrame
:CGRectMake
Fantasy_Jun
·
2020-07-09 10:06
UIButton
iOS中 图文混排/自定义图文混排 作者:韩俊强
指示根视图:(准备几张图片,把label加载在window上)CustomLable*label=[[CustomLablealloc]
initWithFrame
:CGRectMake(0,60,self.window.bounds.size.width
weixin_33757911
·
2020-07-09 09:12
IOS第14天(1,UITabBarController的基本的使用)
*)applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions{self.window=[[UIWindowalloc]
initWithFrame
weixin_30332705
·
2020-07-09 09:43
iOS 修改系统的音量
self.volumeView){self.volumeView=[[MPVolumeViewalloc]
initWithFrame
iOS_Apple
·
2020-07-09 08:03
iOS开发笔记
iOS 7之后更改导航栏字体颜色几种方法
岁数大了,记忆不行了,还是烂笔头靠谱,直接上代码,以备后期自己使用第一种:UILabel*title=[[UILabelalloc]
initWithFrame
:CGRectMake(0,0,200,44
软曼网
·
2020-07-09 07:10
iOS开发之在客服开发之QQ, 在APP中打开指定qq聊天界面的方法
详细代码如下UIWebView*webView=[[UIWebViewalloc]
initWithFrame
:CGRectZero];NSURL*url
iOS_developer_zhong
·
2020-07-09 05:14
Object_c
IOS开发技巧
iOS客服
打开qq聊天界面
QQ聊天界面
ios开发
即时通讯
iOS UILabel根据字符串长度自动适应宽度和高度
UILabel*label=[[UILabelalloc]
initWithFrame
:CGRectMake(0,0,0,0)];label.numberOfLines=0;label.backgroundColor
zhanghaibo369
·
2020-07-09 05:13
initWithCoder:方法使用原理与awakeFromNib关联
使用场景使用从Xib中加载UIView,会调用initWithCoder从沙盒中解档自定义对象,需要重写initWithCoder用代码创建UIView,会调用
initWithFrame
总结:initWithCoder
丹丹十个胆小鬼
·
2020-07-09 05:16
扇形动画
新建UIview的类:paintview//PieView.h#import@interfacePieView:UIView-(id)
initWithFrame
:(CGRect)frame;-(void
晶宝的小花园
·
2020-07-09 04:24
iOS设置圆角矩形和阴影效果
1.设置圆角矩形UIView*dropView=[[UIViewalloc]
initWithFrame
:CGRectMake(30,30,300,50)];dropView.backgroundColor
zgsddzwj
·
2020-07-09 03:04
直播商品展示功能
-(instancetype)
initWithFrame
:(CGRect)frame3.{4.self=[superinitWithFrame:frame];5.if(self){6.self.backgroundColor
云豹网络科技
·
2020-07-09 03:25
技术类
列表
branch
ios
wxpython
sms
MapKit使用
MapKit基本应用//创建地图_mapView=[[MKMapViewalloc]
initWithFrame
:self.view.bounds];[self.viewaddSubview:_mapView
天外丶飞仙
·
2020-07-09 02:33
NSAttributedString
富文本的简单处理UILabel*label=[[UILabelalloc]
initWithFrame
:CGRectMake(0,60,CGRectGetWidth(self.view.frame),60
wpf_register
·
2020-07-09 02:18
ios 使用UIwindow自制弹窗
self.CartWindow=[[UIWindowalloc]
initWithFrame
:CGRectMake(0,0,Screen_width,Screen_height)];self.CartWindow.ba
Mjs
·
2020-07-09 01:18
43、[ iOS ] UITextView实现placeHolder占位文字
//--UITextViewUITextView*textView=[[UITextViewalloc]
initWithFrame
:CGRectMake(0,100,[UIScreenmainScreen
天听云道
·
2020-07-09 00:05
在UIView上显示Badge
-(UIView*)showBadgeValue:(NSString*)strBadgeValue{UITabBar*tabBar=[[UITabBaralloc]
initWithFrame
:CG
jianshufei
·
2020-07-08 22:34
【IOS】动画-会动的翅膀
1.新建一个View当做画布;FlyView*flyView=[[FlyViewalloc]
initWithFrame
:CGRectMake(0,0,200,200)];flyView.backgroundColor
huasali
·
2020-07-08 19:40
iOS 简单实现label点击放大动画
先看效果Untitled.gif代码很简单懒加载一个label.然后把他添加到self.view-(UILabel*)label{if(_label==nil){_label=[[UILabelalloc]
initWithFrame
翻滚的炒勺2013
·
2020-07-08 18:28
IOS UIlabel 、UIButton添加下划线
1.给UILabel添加下划线UILabel*label=[[UILabelalloc]
initWithFrame
:CGRectMake(0,100,300,100)];label.backgroundColor
weixin_34050427
·
2020-07-08 16:55
UIAlertView 自动消失
{[superviewDidLoad];self.view.backgroundColor=[UIColorblackColor];self.imageView=[[UIImageViewalloc]
initWithFrame
Asingers
·
2020-07-08 12:59
iOS 几种圆角处理方式
1.通过设置layer的属性-最简单的一种,但是很影响性能UIImageView*imageView=[[UIImageViewalloc]
initWithFrame
:CGRectMake(100,100,100,100
爱编程真是太好了啦
·
2020-07-08 10:42
iOS 视图层次管理 sendSubviewToBack、bringSubviewToFront
superviewDidLoad];//Doanyadditionalsetupafterloadingtheview,typicallyfromanib.UIView*view1=[[UIViewalloc]
initWithFrame
李乾坤lqk
·
2020-07-08 10:59
UIWebview与OC交互以及加载失败
SimulatorScreenShot2016年4月16日00.27.57.pngOne、UIWebView加载静态页面做APP时,我们会展示静态页面,或与静态页面交互self.webView=[[UIWebViewalloc]
initWithFrame
Python数据分析实战
·
2020-07-08 10:26
YBAttributeTapAction
@"你的快递包裹到了,签收人:张三,电话:13987654321,送货员:李四,电话:15888888888,收件地址:火星";UILabel*testTapLabel=[[UILabelalloc]
initWithFrame
浮生若梦_337d
·
2020-07-08 09:07
iOS-ReactiveCocoa相关
例:WEAKSELF;self.pic=[[PictureViewalloc]
initWithFrame
:BOUNDS];[[weakSelf.pic.backBtnrac_signalForControlEvents
Mn_Su
·
2020-07-08 09:49
IOS 学习笔记--对frame与bounds的理解
演示代码如下:UIView*mainView=self.window.rootViewController.view;UIView*v1=[[UIViewalloc]
initWithFrame
:CGRectMake
CodeMT
·
2020-07-08 09:36
ios学习笔记
UIButton图片设置
今天使用UiButton类创建一个图片按钮,当使用如下方法:UIButton*button=[UIButtonalloc]
initWithFrame
:CGRectMake(0,0,70,40)];UIImage
幸福官
·
2020-07-08 07:45
IOS开发
iOS引导页的简单实现
-(instancetype)
initWithFrame
:(CGRect)frame{self=[superinitWithFrame:frame];if(self){[selfcreateSubview
CTBOY
·
2020-07-08 04:53
tableView界面当无数据时显示为一个ImageView
www.jianshu.com/p/a196e97e4bef设置内容_tableView.backgroundColor=[UIColorclearColor];UIView*view=[[UIViewalloc]
initWithFrame
灰客
·
2020-07-07 23:28
UIButton 的EdgeInsets
UIButton居中现实UIButton文字左边代码:UIButton*button=[[UIButtonalloc]
initWithFrame
:CGRectMake(100,100,150,130)]
Aliyunyun
·
2020-07-07 21:25
仿今日头条首页滚动视图的实现
代码实现部分:首先是初始化View-(instancetype)
initWithFrame
:(CGRect)frameTitles:(NSArray*)titles{self=[superinitWithFrame
iOS兽花
·
2020-07-07 20:39
ios UILable 首行缩进,行首缩进
UILabel*contentLabel=[[UILabelalloc]
initWithFrame
:CGRectMake(20,100,200,500)];contentLabel.backgroundColor
万忍
·
2020-07-07 16:52
Masonry2个小技巧
frame在不用Masonry时,frame在创建UIView时就已经确定,例如:CGRectframe=CGRectMake(0,0,375,200);UIView*view=[[UIViewalloc]
initWithFrame
kyfxbl
·
2020-07-07 12:44
iOS NSMutableAttributedString 常用的Attributes
NSMutableAttributedString常用的AttributesUITextView*textView=[[UITextViewalloc]
initWithFrame
:(CGRectMake
Zhui_Do
·
2020-07-07 08:43
第三方收集
1.MarqueeLabel主要用来超长文本自动滚动显示的MarqueeLabel*marqueeLabel=[[MarqueeLabelalloc]
initWithFrame
:CGRectMake(0,200
THEFUTHER
·
2020-07-07 08:57
TableView技巧
隐藏cell分割线_tableView.separatorStyle=NO;让单元格之间有距离//使用分组风格的table//_tableView=[[UITableViewalloc]
initWithFrame
Vijay_
·
2020-07-07 07:27
iOS:判断引导页首次出现、版本更新
判断引导页首次出现方式://选择根控制器+(void)chooseRootViewController{//初始化Window窗口[AppDelegateDelegate].window=[[UIWindowalloc]
initWithFrame
dienangpiao2051
·
2020-07-07 06:40
###iOS开发之ReactiveCocoa(进阶)
iOS开发之ReactiveCocoa(进阶)Map:映射UITextField*textField=[[UITextFieldalloc]
initWithFrame
:CGRectMake(100,100,100,40
纳萨立克
·
2020-07-07 06:58
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
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
其他