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
CGRectMake
iOS一种通过GCD计时器封装的倒计时按钮,用于获取验证码的常见场景
使用方法//创建按钮,设置frameCodeButton*codeButton=[CodeButtonbuttonWithType:UIButtonTypeCustom];codeButton.frame=
CGRectMake
及时行乐QAQ
·
2023-06-16 18:17
2019-08-13动画
重复左右移动UIView*testView=[[UIViewalloc]initWithFrame:
CGRectMake
(20.0f,100.0f,300.0f,200.0f)];[testViewsetBackgroundColor
宇文袥
·
2023-06-16 03:23
UINavigationController 重写导航栏的返回事件
btn_back=[[UIButtonalloc]initWithFrame:
CGRectMake
(0,0,JX_SCREEN_TOP,JX_SCREEN_TOP)];[btn_backaddTarget
情来情去情随缘
·
2023-06-15 07:29
iOS View分别裁剪不同值的圆角
使用方法把本仓库的两个类文件引入项目在需要设置不同圆角的地方引入#import"UIView+HYDiffRadius.h"使用示例:UIView*mainView=[[UIViewalloc]initWithFrame:
CGRectMake
稻草人12138
·
2023-06-14 17:54
iOS-UITableView 和 tableHeaderView 之间有间距或是遮挡后面 cell 的问题
_tableView.tableHeaderView.frame=
CGRectMake
(0,0,kS
狗狗臭鸡蛋
·
2023-06-13 18:43
iOS 强制关闭暗黑模式
-10:-16;img.frame=
CGRectMake
(0,origanY,self
赵哥窟
·
2023-06-13 07:26
iOS UIButton按钮单选,多选,去除选择。
superviewDidLoad];for(NSIntegeri=0;i<5;i++){UIButton*btn=[UIButtonbuttonWithType:UIButtonTypeCustom];btn.frame=
CGRectMake
夜冰雨
·
2023-06-13 04:39
UIScrollView下拉刷新加载数据
首先为UIScrollView添加加载提示ViewUILabel*refresh=[[UILabelalloc]initWithFrame:
CGRectMake
(0,-50,320,50)];refresh.text
NingSpeals
·
2023-06-12 16:39
UITableView顶部有空白问题
UITableView顶部有空白问题解决self.tableView.tableHeaderView=[[UIViewalloc]initWithFrame:
CGRectMake
(0,0,KScreenWidth
秋天的田野
·
2023-06-10 19:08
YYKit组件学习- YYWebImage
YYWebImage调用方法:UIImageView*imageView=[[UIImageViewalloc]initWithFrame:
CGRectMake
(0,hotelRatingView.frame.origin.y
AKyS佐毅
·
2023-06-10 18:41
iOS 广告滚动效果
实现YJAutoScrollLabel*autoScroll=[[YJAutoScrollLabelalloc]initWithFrame:
CGRectMake
(20,100,self.view.frame.size.width
TigerManBoy
·
2023-06-08 15:08
iOS 绘图方式重绘图片3种模式
rect{UIImage*image=[UIImageimageNamed:@"1"];//裁剪(超过裁剪区域以外的内容,都会被自动裁剪掉)//设置裁剪区域一定要在绘制之前进行设置//UIRectClip(
CGRectMake
2525252472
·
2023-06-08 02:23
iOS14适配
UIDatePicker默认样式为:image而在iOS14之前的样式是image同样的代码,显示样式不一样UIDatePicker*datePicer=[[UIDatePickeralloc]initWithFrame:
CGRectMake
王家小雷
·
2023-04-20 22:22
设置UIView的某一个角为圆角和View的透明度
1、设置四个角为同一弧度的圆角UIView*cornerView=[[UIViewalloc]initWithFrame:
CGRectMake
(0,0,120,10)];cornerView.backgroundColor
novice_Qin
·
2023-04-19 15:12
iOS 动画之光条滑动
实现代码如下://动效21dianUIImageView*twoOneImageView=[[UIImageViewalloc]initWithFrame:
CGRectMake
(0,0,gameSize.width
画舫烟中浅
·
2023-04-18 04:48
UILabel内容第一行的最后边是icon
一、效果图截屏2020-01-17下午4.45.10.pngUILabel*labicon=[[UILabelalloc]initWithFrame:
CGRectMake
(0,100,50,20)];labicon.backgroundColor
再也不要见
·
2023-04-16 05:26
iOS View渐变色
UIView*view=[[UIViewalloc]init];view.frame=
CGRectMake
(0,0,SCREEN_WIDTH,222);[self.viewaddSubview:view
A訫飛Flyme
·
2023-04-15 23:43
多行label设置间距(NSMutableAttributedString)
UILabel*reasonLabel=[[UILabelalloc]initWithFrame:
CGRectMake
(15,15,UIScreenWidth-30,textHeight)];reasonLabel.textColor
kai_strong
·
2023-04-15 19:56
CoreText简单设置
UILabel*textLabel=[[UILabelalloc]initWithFrame:
CGRectMake
(10,100,300,100)];textLabel.font=[UIFontsystemFontOfSize
零度远
·
2023-04-14 12:04
UITextView富文本
_textView=[[UITextViewalloc]initWithFrame:
CGRectMake
(20,50,200,200)];UILabel*myLabel=[[UILabelalloc]initWithFrame
鱼遇雨欲語
·
2023-04-14 06:07
ios开发小知识2
退回输入键盘-(BOOL)textFieldShouldReturn:(id)textField{[textFieldresignFirstResponder];}CGRectCGRectframe=
CGRectMake
KOmyself
·
2023-04-13 11:07
ios
ios
uiview
iphone
网络
object
url
CGRectGetXxx方法图解
1.原理imageCGRectrect=
CGRectMake
(10,20,150,30);//最小Y坐标,即矩形的顶部topy坐标:minY=rect.y=20.000000NSLog(@"CGRectGetMinY
爱喝农药de清凉
·
2023-04-12 19:30
网络获取图片
superviewDidLoad];self.view.backgroundColor=[UIColorwhiteColor];vi=[[UIImageViewalloc]initWithFrame:
CGRectMake
法库德
·
2023-04-12 05:04
iOS Label中英文自动换行问题解决方法
在开发中经常会遇到label中文跟英文拼接,如果拼接出来的字符串少的话是不会有问题的,但是一旦拼接的字符串过长的话,会出现label自动把文字和英文换行,文字一行,英文一行CGRectrect=
CGRectMake
zxb有缘
·
2023-04-12 03:44
webp图片加载
TARGETS->BuildSettings->OtherLinkerFlags添加一个-ObjC3.开始应用UIImageView*webp=[[UIImageViewalloc]initWithFrame:
CGRectMake
会装系统的程序员
·
2023-04-09 04:25
设置圆角的位置
废话不多说,直接上代码UIButton*button=[UIButtonbuttonWithType:UIButtonTypeCustom];button.frame=
CGRectMake
(60,10,
薛定谔的黑猫警长
·
2023-04-08 15:27
2020-08-20
ATS设置按照惯例写一个UIWebView,用来加载网页:_webView=[[UIWebViewalloc]initWithFrame:
CGRectMake
(0,0,self.view.frame.size.width
XZC_iOS
·
2023-04-08 10:50
iOS lable文字字未占满一行就换行
解决方法就是:使用富文本显示,并添加设置要求UILabel*conLab=[[UILabelalloc]initWithFrame:
CGRectMake
(20,30,40,30)];//设置换行conLab.numb
GatesLand
·
2023-04-07 00:36
iOS Button切半边圆角
UIBezierPath*maskOnePath=[UIBezierPathbezierPathWithRoundedRect:
CGRectMake
(0,0,SCREEN_WIDTH,1000)byRoundingCorners
张天奇天张
·
2023-04-06 10:28
iPhone UIButton 图标与文字间距设置
UIButton*button=[[UIButtonalloc]initWithFrame:
CGRectMake
(50,50,150,50)];[buttonsetTitle:@"HHH"forState
最炫名族风
·
2023-04-06 08:32
ios
UIButton
界面
iphone
iOS Masonry布局(四) - 视图设置圆角
_cornerView){_cornerView=[[UIViewalloc]initWithFrame:
CGRectMake
(30.f,200.f,CGRectGetWidth([[UIScreenmainScreen
FieryDragon
·
2023-04-06 00:33
iOS UITextField文本缩进
//左边缩进(kTextIndent为缩进距离)UIView*leftView=[[UIViewalloc]initWithFrame:
CGRectMake
(0,0,kTextIndent,0)];leftView.backgroundColor
iOS安年
·
2023-04-04 10:16
使用UIBezierPath和CAShapeLayer给view画圆角
使用前导入框架AVFoundation-(void)viewDidLoad{[superviewDidLoad];UIView*view=[[UIViewalloc]initWithFrame:
CGRectMake
Fisher123
·
2023-04-03 13:08
iOS WKWebView 加载本地html
目录如图屏幕快照2018-10-17下午5.19.45.png导入#importWKWebView*wkWebView=[[WKWebViewalloc]initWithFrame:
CGRectMake
CaptainRoy
·
2023-04-03 02:21
IOS面试题(TableView) ----- 重用机制
_tableView){_tableView=[[UITableViewalloc]initWithFrame:
CGRectMake
(0,0,kSCREEN_WIDTH,kSCREEN_HEIGHT-kStatusBarAndNavigationBarHeight
ShawnRufus
·
2023-04-02 23:47
iOS 给控件设置layer,渐变色,阴影
按钮LayerUIButton*button=[UIButtonbuttonWithType:UIButtonTypeCustom];button.frame=
CGRectMake
(100,250,60,60
iaiayao
·
2023-04-02 15:53
(输入框DIY)带下划线样式,带间距,带字数限制的明文输入框
版本记录版本号更新内容1.0第一个版本使用代码示例创建控件实例对象,并设置编辑完成后的回调.self.textFieldView=[[CWTextFieldViewalloc]initWithFrame:
CGRectMake
番茄炒西红柿啊
·
2023-04-02 02:45
iOS 日常TIPS 收集
圆角图片生成,比较好的姿势:^UIImage*(UIImage*image){UIImage*modifiedImage;CGRectrect=
CGRectMake
(0,0,image.size.width
杨柳小易
·
2023-04-01 00:52
iOS14 UIpagecontrol的适配
全局搜self.pageControl.frame=
CGRectMake
(x,y,size.width,size.height);替换为if(@available(iOS14.0,*)){[self.pageControlmas_makeConstraints
缘來諟夢
·
2023-03-30 17:33
iOS 如何给将超链接转换成指定文字
implementationViewController-(void)viewDidLoad{[superviewDidLoad];UITextView*textView=[[UITextViewalloc]initWithFrame:
CGRectMake
通哥
·
2023-03-30 04:39
数组Array怎么保存CGRect变量
NSMutableArray*temp=[NSMutableArrayarray];[tempaddObject:
CGRectMake
(100,100,0,100)];很快就知道结果了,报错。
Freedom_Coco
·
2023-03-29 13:59
iOS 笔记
NSURLURLWithString:@"http://www.baidu.com"];});UILabel*testLabel=({UILabel*label=[[UILabelalloc]initWithFrame:
CGRectMake
追着公车的少年_4934
·
2023-03-28 18:16
IOS UIScrollView 翻页,并且露出左边视图和右边视图的边缘效果。
self.title=@"主界面";self.view.backgroundColor=[UIColorgrayColor];UIView*scrollBg=[[[UIViewalloc]initWithFrame:
CGRectMake
赤焰军少帅林殊
·
2023-03-27 07:07
iOS 在修改导航栏标题的同时不改变tabbar的标题
第一种方法:UILabel*titleText=[[UILabelalloc]initWithFrame:
CGRectMake
(0,0,320,44)];titleText.backgroundColor
HelloWong
·
2023-03-27 03:39
Layout 拾遗
如何布局手动布局:直接显式的通过设置视图的Frame的方式来直接指定视图的大小和位置UIView*view=[[UIViewalloc]initWithFrame:
CGRectMake
(10,20,30,40
YeeChain
·
2023-03-27 02:48
ios web view 解析Html格式的文本
implementationViewController-(void)viewDidLoad{[superviewDidLoad];UIWebView*web=[[UIWebViewalloc]initWithFrame:
CGRectMake
xieyinghao
·
2023-03-26 23:54
navigationBar 颜色 不透明
、、、UIImage*backImage=[UIImageimageWithColor:[UIColorcolorWithHexValue:@"#292929"]rect:
CGRectMake
(0,0,
开米肉丝酱
·
2023-03-25 09:16
iOS UIButton 左文字、右图片。上图片、下文字
_screeningBtn){_screeningBtn=[UIButtonbuttonWithType:UIButtonTypeCustom];_screeningBtn.frame=
CGRectMake
coco_CC
·
2023-03-24 20:34
UIBezierPath
(CGRect)rect{//画笔颜色设置[[UIColorredColor]set];//创建路径UIBezierPath*path=[UIBezierPathbezierPathWithRect:
CGRectMake
天丶空丶蓝
·
2023-03-23 22:00
iOS 按钮阴影和圆角的设置
-(void)viewDidLoad{[superviewDidLoad];UIButton*btn=[[UIButtonalloc]initWithFrame:
CGRectMake
(100,100,100,30
小如99
·
2023-03-23 18:55
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他