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
CGRect
Swift与OC的区别
redView.backgroundColor=[UIColorredColor];[self.viewaddSubview:redView];Swiftleta=10;letb=20//定义一个常量,视图letv=UIView(frame:
CGRect
浩瀚海洋里的木头
·
2020-07-01 01:57
iOS:swift设置部分圆角
可以将下面的configRectCorner方法写成公共方法,方便调用letlabel=UILabel(frame:
CGRect
(x:50,y:100,width:100,height:50))label.backgroundColor
青灯古魔
·
2020-07-01 00:51
iOS学习
ios
swift
xcode
Swift心得之UI篇(二)
UIView的坐标相关创建一个UIView的对象letview1=UIView()view1.background=UIColor.yellowColor()view1.frame=
CGRect
(100,100,100,100
的的可可
·
2020-06-30 22:50
UIBezierPath贝塞尔曲线详解(swift)
UIBezierPath类初始化init(rect:
CGRect
)用矩形路径初始化一个UIBezierPath对象init(ovalInrect:
CGRect
)用椭圆
Cassandra_Y
·
2020-06-30 18:02
iOS-使用imageView添加图片无法展示的三种解决方案
问题描述:1.未使用Assets.xcassets添加照片,是直接把图片拉到某文件夹下的2.图片格式为.png3.具体代码如下,背景色可以展示:bgView=UIImageView(frame:
CGRect
???smiling
·
2020-06-30 10:53
iOS
UICollectionView自定义布局
例子:一个正方形里面排列不同大小的cell1.继承UICollectionViewLayout2.重写-(NSArray*)layoutAttributesForElementsInRect:(
CGRect
幻想无极
·
2020-06-30 10:00
Core Graphics Tutorial:Arcs and Paths
创建一个新的view,命名为CustomFooter添加如下code-(void)drawRect:(
CGRect
)rect{CGContextRefcontext=UIGraphicsGetCurrentContext
董二千
·
2020-06-30 08:51
iOS绘制虚线方式总结
-(void)drawRect:(
CGRect
)rect{[superdrawRect:rect];CGContextRefcurrentContext=UIGraphicsGetCurrentContext
Skinny Camel
·
2020-06-30 06:22
iOS教程
Swift 自定义 UIImagePickerController 选取图片后的裁剪器(相机裁剪界面)
爬了好几个小时的坑,分享给大家~开始之前忍不住吐槽一手苹果,既然系统提供了选取图片后的裁切功能,让开发者传个
CGRect
,CGSize进去不应该理所当然吗?
村口滕师傅
·
2020-06-30 04:17
iOS实现Int数组bitMap绘图
;每次接收绘制点数(dataLength):6.8W-8W个;已经使用BitMapContext对demo进行了优化,直接上代码:funcchangeShape(dataArr:Array,rect:
CGRect
歌手的剑
·
2020-06-29 21:30
使用CGGeometry方法获取
CGRect
数据
CGGeometry中提供了取特定
CGRect
值的便捷方法。
xuyafei86
·
2020-06-29 21:13
根据电池条状态栏的方向来判断横竖屏
+(
CGRect
)rectFromWinSizeCurrentWinSize{//getcurrent-deviceorientationUIInterfaceOrientationcurrentOrientation
飞雨2013
·
2020-06-29 19:30
swift笔记(七)
图片的属性字符串letattachment=NSTextAttachment()letfontHeight=self.demoLabel.font.lineHeightattachment.bounds=
CGRect
张璠
·
2020-06-29 16:45
UILabel 扩展NSTextAlignment
的用来设置和显示内部文本的方法,只需根据textAlignment的值,来动态的修改textRect的位置来达到目的(下面是UILabel需要重写的两个主要方法)/**返回UILabel中内容所占的rect*/-(
CGRect
xx明
·
2020-06-29 16:52
CollectionView 及 其中的CollectionViewCell
文件中定义一些cell中可能需要的东西,比如说imageView,或者是label,然后开始编写.m文件这个类的作用其实也就是一个东西的初始化,因此,有一个初始化函数-(id)initWithFrame:(
CGRect
北方的狼_b3d7
·
2020-06-29 10:10
【swift】macOS应用中如何创建一个label
按惯例,我们先简单写个demo对比一下这两种写法:importUIKit//iOSortvOSletlabel=UILabel()label.frame=
CGRect
(origin:.zero,size
mingleiBoy
·
2020-06-29 04:14
swift简单代码记录
发现会OC的看swift还是比较简单的,只是不用分号很不习惯,仅此记录下学习时候写的简单代码创建按钮letbutton=UIButton(type:.custom)button.frame=
CGRect
私心丶
·
2020-06-28 21:40
iOS开发一行代码解决绘制图片头像(将UILabel/UIView 转化成Image封装了一套方法)
9fb97a258a82e83c.jpg1、绘制将要转化成图片的UIHeadImageView.h#import@interfaceHeadImageView:UIView-(id)initWithFrame:(
CGRect
Courage_SC
·
2020-06-28 20:51
iOS 渐变色进度条
-(void)gradentWith:(
CGRect
)frame{//创建pathUIBezierPath*path=[UIBezierPathbezierPath];//添加路径[1条点(100,100
张小鱼爱吃鱼_呵呵
·
2020-06-28 19:14
iOS之UI--Quartz2D的入门应用--重绘下载圆形进度条
iOS之重绘下载圆形进度条开发须知快速预览:1、关于了解PI的数值:2、-(void)drawRect:(
CGRect
)rect相关:这个方法只在self对应的控件首次创建系统会执行,为了能够达到重绘的作用
weixin_34344403
·
2020-06-28 17:21
iOS 网络/本地 图片 按自定义比例缩放 不失真 方法
我尝试了很多种方法,终于,设计了一个方法,能按自己规定的大小压缩还没失真如果以后不好用我再升级分享给大家:+(
CGRect
)scaleImage:(UIImage*)imagetoSize:(
CGRect
weixin_34258782
·
2020-06-28 15:13
WKWebView获取H5页面里图片地址以及图片相对视图窗口的坐标的方法
页面里图片地址以及图片相对视图窗口的坐标的方法最近有个需求是点击放大查看H5内容页面的图片,寻找到一个比较轻量的库YHPhotoBrowser,其中根据图片位置来缩放的动画需要传递一个图片所在屏幕里的位置
CGRect
weixin_34055787
·
2020-06-28 10:02
OC绘制虚线三种方式
2019独角兽企业重金招聘Python工程师标准>>>方法一:通过Quartz2D在UIViewdrawRect:方法进行绘制虚线-(void)drawRect:(
CGRect
)rect{//可以通过setNeedsDisplay
ducode
·
2020-06-28 10:35
贝塞尔曲线(UIBezierPath)属性、方法汇总
archive/2016/07/04/5640745.htmlQuartz2D绘图技术原文:http://www.jianshu.com/p/020a81d625ee//三角形-(void)drawRect:(
CGRect
西瓜皮奥特曼
·
2020-06-28 07:39
iOS 切割图片
1-(UIImage*)CutImageWithImage:(UIImage*)imagewithRect:(
CGRect
)rect2{3//使用CGImageCreateWithImageInRect
weixin_33887443
·
2020-06-28 07:14
绘制三角形 相对view
//import"san.h"@implementationsan(instancetype)initWithFrame:(
CGRect
)frame{self=[superinitWithFrame:frame
seventhboy
·
2020-06-28 06:07
无限Banner轮播图
初始化letimageCarouselView=GJImageCarouselView(frame:
CGRect
.init(x:0,y:
一蓑烟羽
·
2020-06-28 05:22
会话 页面,
contentinset,4,keyboad发通知,获取duration时间,保持同步,5,-(void)keyboardWillShow:(NSNotification*)notification{
CGRect
_keyboardRect
weixin_33712881
·
2020-06-28 03:50
OC语言day08-10常用结构体
typedefCGPointNSPoint;给CGPoint起了一个别名叫NSPoint2.NSSize和CGSize(大小)typedefCGSizeNSSize;给CGSize起了一个别名叫NSSize3.NSRect和
CGRect
liyuhong165
·
2020-06-28 02:32
table view 多级联动,使用方式类似picker view
更新增加自定义cell接口,对原先函数命名方式调整,一些bug修改使用方式和使用pickerview相似:1、创建TablePickerView:-(instancetype)initWithFrame:(
CGRect
稻_草_人
·
2020-06-27 23:34
ios 加载动画
overrideinit(frame:
CGRect
){super.init(
孟小于max
·
2020-06-27 22:34
iOS 控件设置虚线
/*设置虚线*/letborderLabayer=CAShapeLayer()borderLabayer.bounds=
CGRect
(x:0,y:0,width:addField.width(),height
weixin_30375427
·
2020-06-27 18:05
Swift—UISlider的常见用法
//创建letslider=UISlider()slider.frame=
CGRect
(x:50,y:100,width:200,height:50)//最小/大值slider.minimumValue
见哥哥长高了
·
2020-06-27 11:59
[IOS][Swift]image 裁剪 调整尺寸
image裁剪调整尺寸
cgrect
的坐标原点在左上角1裁剪image的裁剪主要用到cropping函数funccropImage(_inputImage:UIImage,toRectcropRect:
CGRect
叶赫那拉肉肉
·
2020-06-27 11:34
ios开发
iOS 绘制虚线
参考博客classTRDashLine:UIView{overridefuncdrawRect(rect:
CGRect
){super.drawRect(rect)//http://www.jianshu.com
0924wyr
·
2020-06-27 10:58
使用UIBezierPath进行简单的图形绘制
写个类继承UIView我的JYJ_BezierPathView:UIView然后写个初始化方法-(instancetype)initWithFrame:(
CGRect
)frame{if(self=[superinitWithFrame
其实你懂De
·
2020-06-27 10:58
Button的TitleEdgeInsets和ImageEdgeInsets
2、重写button的的两个方法-(
CGRect
)titleRectForContentRect:(
CGRect
)contentRect;-(
CGRect
)i
真是艹0
·
2020-06-27 08:32
iOS开发之Masonry调试frame为0
我们先从以下部分着手原理:Masonry本质上是苹果Autolayout的思想苹果从Xib/StoryBoard图形图像上进行可视化约束,而Masonry则使用代码去执行,两者基本上没有区别可能造成原因1>
CGRect
朱晓晓的技术博客
·
2020-06-27 07:08
日常随笔第五弹
UIViewController{overridefuncviewDidLoad(){super.viewDidLoad()letredview=UIView()//创建一个视图redview.frame=
CGRect
没有北方的南方
·
2020-06-27 05:09
iOS下划线/虚线/删除线等等
1.实线,(下划线/删除线)写一个新类UnderLineLabel:UILabel-(void)drawRect:(
CGRect
)rect{//Drawingcode[superdrawRect:rect
YUNGMEI
·
2020-06-27 05:18
iOS开发基础
UISlider进度条两边有空隙的解决办法
播放器UISlider进度条两边有空隙的解决办法(swift版写法点此处)1.重写UISlider的这个方法-(
CGRect
)thumbRectForBounds:(
CGRect
)boundstrackRect
koktear
·
2020-06-27 04:49
Xcode9学习笔记22 - UIButton控件的使用(边框、圆角、背景色、标题、类型)
Doanyadditionalsetupafterloadingtheview,typicallyfromanib.letbt1=UIButton(type:UIButtonType.infoDark)//创建一个深色背景的提示信息按钮bt1.frame=
CGRect
两颗棉花糖
·
2020-06-27 02:59
IOS 获取IOS屏幕尺寸大小以及 获取当前app的名称和版本号
UIScreenmainScreen].applicationFrame;r=0,20,320,4602.屏幕尺寸CGRectrx=[UIScreenmainScreen].bounds;r=0,0,320,4803.状态栏尺寸
CGRect
guolinweibo
·
2020-06-27 00:34
swift根据颜色创建图片
//根据颜色创建UIImagefunccreatImageWithColor(color:UIColor)->UIImage{letrect=
CGRect
.init(x:0,y:0,width:1.0,
SimpleTogether
·
2020-06-27 00:34
iOS 创建一个小三角指示器
initWithFrame:CGRectMake(0,-8,16,8)];.m文件只重写一个drawRect方法就OK@implementationTriangleView-(void)drawRect:(
CGRect
JohnayXiao
·
2020-06-26 23:48
UIView
目录:1、三个结构体CGPoint、CGSize、
CGRect
2、视图的最基本属性3、UIView的方法简介4、UIView的动画方法下面来认识一下UIView类,这个类继承自UIResponder,看这个名字我们就知道它是负责显示的画布
PZcoder
·
2020-06-26 23:11
IOS8.4下用- (
CGRect
)boundingRectWithSize: options: attributes: context:计算文本高度会崩溃的问题
这几天遇到一个计算文本高度的坑,这里记录一下。我最开始在计算一段文本的高度的时候用的下面的代码:CGSizemsgWH=[_MsgModel.msgboundingRectWithSize:CGSizeMake(WBScreenW-msgX,MAXFLOAT)options:NSStringDrawingUsesLineFragmentOriginattributes:@{NSFontAttrib
过街虾米
·
2020-06-26 21:06
IOS开发
目前在学coreText绘制,为什么绘制的区域的背景色是黑色,怎么设置背景色?
#import"TXTCView.h"@implementationTXTCView-(void)drawRect:(
CGRect
)rect{[superdrawRect:rect];self.backgroundColor
tuanquxun1996
·
2020-06-26 20:55
深入探究frame和bounds的区别以及setbounds使用
一、首先,看一下公认的资料先看到下面的代码你肯定就明白了一些:123456-(
CGRect
)frame{returnCGRectMake(self.frame.origin.x,self.frame.origin.y
Zealot88
·
2020-06-26 16:15
『iOS
-
知识』
iOS UIButton添加圆角,添加边框(swift)
vardingshibutton=UIButton.init(frame:
CGRect
.init(x:75,y:0,width:60,height:50))dingshibutton.setTitle(
代码的贝多芬的音符
·
2020-06-26 15:44
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他