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
ios 11 适配问题
AppIcon:对于最新的项目,ios工程中需要添加一张1024*1024的图标,否则上传appstore时候无法上传成功二、UITextField添加leftView出现的光标错位光标错位解决方案:重写-(
CGRect
TaosionWei
·
2023-08-29 16:25
iOS贝塞尔曲线详解
){UIRectCornerTopLeft=1//初始化+(instancetype)bezierPath;//初始化一个矩形路径+(instancetype)bezierPathWithRect:(
CGRect
单线程Jack
·
2023-08-28 10:58
自定义弹出/消失动画
importUIKitclassPopoveranimator:NSObject{//MARK:-对外提供的属性varpresentedFrame:
CGRect
=
CGRect
.zerovarisPresented
史蒂夫好看
·
2023-08-28 04:37
NavigationController设置透明色
navigationBar.isTranslucent=trueletcolor=UIColor.clearletrect=
CGRect
.i
莫寂岚
·
2023-08-27 19:25
iOS核心动画--CAEmitterLayer的使用,按钮爆炸
emitterCells.explosioncell.birthRate值,中间的explosioncell需要和配置的cell的name相同才行代码:-(instancetype)initWithFrame:(
CGRect
海浪萌物
·
2023-08-27 12:46
Swift添加部分圆角
letlabel=UILabel(frame:
CGRect
(x:50,y:100,width:100,height:50))label.backgroundColor=UIColor.orangelabel.textColor
玉思盈蝶
·
2023-08-24 12:29
AutoLayout布局时无法正确获取子控件的frame
在xib拖了控件后直接在awakeFromNib、layoutSubviews中获取子控件的frame时只会返回xib中设置好的frame(在-(void)drawRect:(
CGRect
)rect中能获取正确的
瞎编程
·
2023-08-22 09:35
IOS 使用Text Kit做排版
1letfirstTextView=UITextView(frame:
CGRect
(x:20,y:40,width:135,height:200))2firstTextView.backgroundColor
SkTj
·
2023-08-21 22:52
画虚线
-(void)drawRect:(
CGRect
)rect{[superdrawRect:rect];CGContextRefcurrentContext=UIGraphicsGetCurrentContext
foolish_hungry
·
2023-08-21 08:53
swift实现虚线圆圈带动画
overridefuncdraw(_rect:
CGRect
){//letcolor1=UIColor.white//color1.set()//设置线条颜色letaPath1=UIBezierPath(
一念飘过
·
2023-08-19 18:50
iOS 对于 struct 是如何输出打印的
我们经常会输出一些坐标尺寸信息之类的,比如view的frame,是
CGRect
类型的;用frame.oringial.x和frame.size.width来做NSLog参数好麻烦,还好苹果对这些常用的数据提供了字符串转换的方法
RyderZhang
·
2023-08-18 14:22
iOS_NSTextAttachment图文混排,图片和文字对齐
NSTextAttachment需求:图文混排初始实现的代码如下:letlabel=UILabel()label.frame=
CGRect
(x:50.0,y:150.0,width:200.0,height
Morgana_Mo
·
2023-08-17 00:46
iOS开发
ios
swift
开发语言
iOS开发,左右排列有图片有文字的按钮简单做法
实例图一般做法都是重写一个uibutton,然后重写-(
CGRect
)titleRectForContentRect:(
CGRect
)contentRect;-(
CGRect
)imageRectForContentRect
狗头蘑菇
·
2023-08-16 21:24
UITextField电话号码输入框格式 xxx xxxx xxxx
overrideinit(frame:
CGRect
){super.init(frame
九龙
·
2023-08-15 06:01
自定义cell
{super.init(style:style,reuseIdentifier:reuseIdentifier)letdp=UILabel.init(frame:
CGRect
.init(x:10,y:5
b6e7b0be2603
·
2023-08-13 22:55
5.4、UIView
importUIKitclassViewController:UIViewController{overridefuncviewDidLoad(){super.viewDidLoad()letview1=UIView(frame:
CGRect
艾希_可可
·
2023-08-13 18:22
UILabel文字颜色渐变和闪烁效果
还有一个方法用layer,也不太好,最终选择了这种+(UIImage*)getImageWithColors:(NSArray*)colorswithBounds:(
CGRect
)bounds{NSMutableArray
ymhlbj
·
2023-08-13 03:18
圆角矩形
圆角矩形overridefuncdraw(_rect:
CGRect
){letcontext=UIGraphicsGetCurrentContext()context?.
曉風滿月
·
2023-08-13 01:18
UICollectionView 实现等间距自适应宽度cell
UICollectionViewCell内的操作1.撑起cell的lable自适应-(instancetype)initWithFrame:(
CGRect
)frame{self=[superinitWithFrame
猫大人H
·
2023-08-11 04:55
解决自定义tableCell 中分割线,在滑动的情况下消失
给出的方法,是在drawRect:(
CGRect
)rect下绘制。iOS自定义UITableCell自定义分割线消失问题_酷拼车的博客-CSDN博客而DrawRe
爱睡觉的魚
·
2023-08-10 11:52
oc swift 重写光标点 高度 宽度 长度
UITextField修改光标宽度classPlaceholderUITextField:UITextField{overridefunccaretRect(forposition:UITextPosition)->
CGRect
奔跑吧小蚂蚁
·
2023-08-09 15:27
iOS swift变量,运算符
letstr="Hello,playground"letbtn=UIButton(frame:
CGRect
(x:20,y:30,width:100,height:100))btn.backgroundColor
我不白先生
·
2023-08-08 06:22
iOS巅峰之label描边
-(void)drawTextInRect:(
CGRect
)rect{CGSizeshadowOffset=self.shadowOffset;UIColor*textColor=self.textColor
骑着猪狂飙
·
2023-08-04 09:05
iOS
iOS
UILabel
描边
划线
iOS绘制图片和文字
-(void)drawRect:(
CGRect
)rect{CGContextRefcontext=UIGraphicsGetCurrentContext();//保存初始状态(压栈操作,保存一份当前图形上下文
LWide
·
2023-08-04 01:35
iOS initWithFrame、initWithCoder、awakeFromNib的区别解析
下面我会就理论结合代码举例来说明一下:1、initWithFrame-(instancetype)initWithFrame:(
CGRect
)frame{self=[superinitWithFrame
Flutter求学者
·
2023-08-03 05:01
跳转
返回按钮//文本样式的按钮lettextbtn=UIButton.init(type:.system)textbtn.frame=
CGRect
.init(x:0,y:0,width:80,height:
b6e7b0be2603
·
2023-08-02 15:40
ios 绘制 带刻度的环形进度条
-(id)initWithFrame:(
CGRect
)frame{self=[superinitWithFrame:frame];if(self){self.progress=0.1;}returnself
今天天气很好嗯
·
2023-08-01 23:06
iOS--frame和bounds
坐标系首先,我们来看一下iOS特有的坐标系,在iOS坐标系中以左上角为坐标原点,往右为X正方向,往下是Y正方向如下图:bounds和frame都是属于
CGRect
类型的结构体,系统的定义如下,包含一个CGPoint
山河丘壑
·
2023-07-31 15:03
ios
cocoa
macos
使用Quartz 2D绘图
一.获取与视图相关联的上下文对象#pragmamark-绘制视图//注意:drawRect方法每次都是完整的绘制视图中需要绘制部分的内容-(void)drawRect:(
CGRect
)rect{//1.
天往哪方
·
2023-07-31 08:30
iOS UITextView UIMenuController 去除自带的item 2022-04-18
UITextViewDelegate{overridefuncviewDidLoad(){super.viewDidLoad()lettextview=nowTextView()textview.frame=
CGRect
.init
漫步的老狼
·
2023-07-30 13:53
swift的轮播
导入这个东西吧privatelazyvarscrollView:UIScrollView={letscrollView=UIScrollView(frame:
CGRect
(x:0,y:0,width:UIScreen.main.bounds.width
ViewController_
·
2023-07-29 01:16
UITextField光标在无输入的情况下默认居中
interfaceZRTradeTextField:UITextField@end#import"ZRTradeTextField.h"@implementationZRTradeTextField-(
CGRect
RobinZhao
·
2023-07-29 01:40
【iOS】Frame与Bounds的区别详解
bounds和frame都是属于
CGRect
类型的结构体,系统的定义如下,包含一个CGPoint(起点)和一个CGSize(尺寸)子结构体。
Clearlove_Dianfen
·
2023-07-27 20:03
ios
macos
objective-c
Label自适应高速
letbgView=UIView()//标题varnewsTitleFrame=
CGRect
.init(x:marginLeft,y:marginTop,width:screenSize.width-marginLeft
lalala1112389
·
2023-07-27 13:54
UISlider使用UI提供有阴影图片导致左右两边有间隙问题解决
重写UISlider的这个方法-(
CGRect
)thumbRectForBounds:(
CGRect
)boundstrackRect:(
CGRect
)rectvalue:(float)value{rect
沬日十七
·
2023-07-26 14:42
iOS 自定义UITableViewCell的高亮背景色
-(void)drawRect:(
CGRect
)rect{if(self.highlighted){self.contentView.backgroundColor=[UIColorgroupTableViewBackgroundColor
缘來諟夢
·
2023-07-26 12:19
WKWebView实现加载网页
1.首先要导入WebKit框架;2.通过-(instancetype)initWithFrame:(
CGRect
)frame方法创建WKWebView;3.设置对应代理navigationDelegate
llq_31da
·
2023-07-25 00:07
Xib的加载
ShowView{self.view.addSubview(v)v.backgroundColor=UIColor.greenv.frame=
CGRect
.init(x:50,y:40,width:100
牛1688
·
2023-07-24 08:26
Swift UILabel学习
letlabel=UILabel(frame:
CGRect
(x:10,y:240,width:300,height:35))label.backgroundColor=UIColor(displayP3Red
Fan_say_hi
·
2023-07-23 08:58
UITableView方法
cell设置为cell设置间隔//重写cell的frame方法实现自定义带有间隙的cell-(void)setFrame:(
CGRect
)frame{frame.origin.x=0;//这里间距为10
清都
·
2023-07-21 21:55
Swift - UITextView
UIViewController{overridefuncviewDidLoad(){super.viewDidLoad()//创建UITextViewlettextView=UITextView(frame:
CGRect
iOS分享
·
2023-07-20 21:27
UISearchbar切圆角
searchTextField所以iOS13之后的可以直接拿代码如下lazyvarsearchToolBar:UISearchBar={letsearchBar=UISearchBar.init(frame:
CGRect
王文_bb48
·
2023-07-18 08:48
开发中发现的一些容易忽略的冷知识(持续更新)
一、与UILabel相关的冷知识1.可以重写UILabel的这个方法来给Label增加内嵌边距-(void)drawTextInRect:(
CGRect
)rect;效果如下:拥有内嵌边距的UILabel
偷偷看简书
·
2023-07-16 18:01
ios画线的正确处理方式
-(void)drawRect:(
CGRect
)rect{CGContextRefcontext=UIGraphicsGetCurrentContext();CGContextSetFillColorWithColor
石卒2018
·
2023-07-16 00:28
Today Extension:控件的刷新感觉无效果实际上是要等很久才更新
于是将赋值和刷新方法放在了主线程中dispatch_async(dispatch_get_main_queue(),^{self.bottomLabel.frame=CGRectMake(15,
CGRect
远方有田
·
2023-07-15 10:15
点击空白处取消UITextField第一响应
http://www.hopean.com相关代码如下:在viewDidLoad中创建UITextFieldtextFieldDemo=[[UITextFieldalloc]initWithFrame:
CGRect
BruceGerGer
·
2023-07-15 02:28
iphone开发
Objective-c
移动开发
ios
iOS
IOS
iphone
iPhone
IPhone
IPHONE
uitextfield
UITextField
xcode
Xcode
XCode
iOS根据颜色,透明度等生成图片
```-(UIImage*)updateImageWithTintColor:(UIColor*)coloralpha:(CGFloat)alpharect:(
CGRect
)rect{CGRectimageRect
·
2023-06-24 05:46
iOS 设置试图4个不同的圆角
rigtTopbottomLeftCorner:(CGFloat)bottemLeftbottomRightCorner:(CGFloat)bottemRightview:(UIView*)viewframe:(
CGRect
一人前行
·
2023-06-23 06:23
OC学习小记
UITextField光标居中
import"STTextField.h"@interfaceSTTextField:UITextField@end#import"STTextField.h"@implementationSTTextField-(
CGRect
程序员学哥
·
2023-06-22 05:03
让结构体类型frame的某个属性可以直接修改
希望在博客园有个新的开始Foundation框架里面的frame是大家最熟悉不过的一个属性了,但是修改起来比较麻烦,他是
CGRect
类型的
CGRect
是结构体结构体类型里面的某个属性如果想要修改是不允许单个修改的
weixin_33976072
·
2023-06-20 02:45
上一页
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
其他