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
cornerRadius
iOS的圆角
iOS的圆角,苹果在iOS9中优化了
cornerRadius
属性,将帧率提高了不少。但是,圆角在iOS程序中使用频率之高,要求我们必须找到更好的方式去解决这个问题。
恍然如梦_b700
·
2024-02-15 00:37
View 自定义 - 一些使用技巧
valpressedDrawable=GradientDrawable()pressedDrawable.setColor(resources.getColor(R.color.blue,null))pressedDrawable.
cornerRadius
Jomurphys
·
2024-02-04 06:03
View
android
Xib设置圆角边框属性
方法一(代码)self.circleView.layer.masksToBounds=YES;self.circleView.layer.
cornerRadius
=6;如果需要加边框self.circleView.layer.borderWidth
HF_K
·
2024-02-01 12:27
iOS UIView设置圆角 指定区域圆角
iOS的UIView提供了基本的设置圆角的方法,即:view.layer.
cornerRadius
=
cornerRadius
;但是在项目中常常遇到需要在指定位置设置圆角,当然我们常常用UI切图的方式来实现
前行的骆驼
·
2024-01-27 18:04
使用UIBezierPath和CAShapeLayer高效为UIView添加圆角
或许你也和我一样:UIButton*btn=[[UIButtonalloc]initWithFrame:CGRectMake(0,0,200,40)];btn.layer.
cornerRadius
=5;
知更鸟Coollee
·
2024-01-25 02:33
ios开发
view圆角
uiview
uibutton
需求
iOS集渐变、投影与圆角于一身的按钮
日常代码中,提到圆角一般我们都会通过layer的几个属性设置Btn.layer.
cornerRadius
=k_FitIphoneIpadSize(25);Btn.layer.masksToBounds=
Lu_Ca
·
2024-01-25 02:51
iOS日常问题
iOS圆角
iOS投影
圆角和投影
cornerRadius
掌握WPF控件:熟练常用属性(一)
BorderBrush用于设置边框的边框颜色
CornerRadius
用于设置边框的圆角程度。BorderThickness用于设置边框的宽度。它是一个Thickn
搬砖的工人
·
2024-01-14 02:20
wpf
iOS长宽不一致图片,设置圆角并裁切多余部分
问题:直接设置圆角的话,如果所选图片长宽不一致,会导致展示的图片畸形,不是我们所想要的圆角_avatar.layer.
cornerRadius
=40;_avatarIcon.layer.masksToBounds
MrZWCui
·
2024-01-12 16:10
ios
macos
objective-c
xcode
图片
iOS面试题:如何高性能的给 UIImageView 加个圆角?
self.view.layer.
cornerRadius
=5.0f;self.view.layer.masksToBounds=YES;正确的解决方案:使用绘图技术-(UIImage*)circleImage
IOS应用
·
2024-01-09 11:43
BS版图形系统 - 矩形
exportclassTRectangleextendsTTwoPointMeta{
cornerRadius
:number=0;//圆角半径Initial(){this.setClassType(CbwClassType.Rectangle
DrGraph
·
2023-12-31 05:45
原理示教
DrGraph
canvas
typescript
iOS 正确设置圆角
www.jianshu.com/p/e879aeff93f3https://bestswifter.com/efficient-rounded-corner/如果圆角不是很多的情况下可以直接用以下代码切圆角view.layer.
cornerRadius
CaptainRoy
·
2023-12-15 05:08
iOS 给视图加边框阴影效果
self.centerView.layer.
cornerRadius
=5;self.centerView.layer.shadowColor=[UIColorredColor].CGColor;//阴影的颜色
Maxiu
·
2023-12-02 19:10
iOS 设置TableViewCell 同时设置圆角和阴影
_bgView){_bgView=[[UIViewalloc]init];_bgView.layer.
cornerRadius
=8.0f;_bgView.l
海耐射手
·
2023-11-27 10:07
view的边框线(border)默认显示在最上面的坑
;self.layer.borderColor=borderColor.CGColor;self.layer.backgroundColor=backColor.CGColor;self.layer.
cornerRadius
黄_龙
·
2023-11-05 11:51
iOS给一个view添加虚线边框
-(void)addDottedLineFromImageView:(UIView*)bView{bView.layer.
cornerRadius
=4;CAShapeLayer*borderLayer=
MonkeyHan
·
2023-11-02 17:40
ios view 圆角
self.cornerView.layer.masksToBounds=YES;//设置圆角半径,若imageView1为正方形,设置圆角半径为边长的一半可实现圆效果self.cornerView.layer.
cornerRadius
赵哥窟
·
2023-10-31 10:55
关于如何设置阴影的同时裁剪图片
self.layerView1.layer.
cornerRadius
=20.0f;self.layerView2.layer.
cornerRadius
=20.0f;//addabordertoourlayersself.layerView1
刘志康的简书
·
2023-10-29 12:23
iOS 指定UIView的某几个角为圆角
如果需要将UIView的4个角全部都为圆角,做法相当简单,只需设置其Layer的
cornerRadius
属性即可(项目需要使用QuartzCore框架)。
zxb有缘
·
2023-10-23 04:35
给UIView添加圆角和边框
cornerborderWidth:(CGFloat)borderWidthborderColor:(UIColor*)borderColor{if(@available(iOS11.0,*)){self.layer.
cornerRadius
叫我小黑
·
2023-10-19 00:01
react-native的阴影实现,兼容android和ios
Dimensions,StyleSheet,Platform,}from'react-native';constShadowCard=props=>{const{children,elevation,opacity,
cornerRadius
sunny635533
·
2023-10-18 22:01
UIView卡片效果
_menuV.layer.
cornerRadius
=7.5;//设置阴影效果_menuV.backgroundColor=[UIColorwhiteColor];//不可少的,但却是最容易被忽视的//_
白色天空729
·
2023-10-17 19:07
渐变色
CAGradientLayer*gradientLayer=[CAGradientLayerlayer];//背景渐变色gradientLayer.
cornerRadius
=kWid375(23);gradientLayer.shadowOffset
ShawMoolan
·
2023-10-16 15:18
iOS Core Animation Advanced Techniques笔记
1.anchorPoint的变化对frame的影响2.
cornerRadius
只对背景色进行圆角,不会对图片进行切割,要切割图片与子视图时,才需要使用maskToBounds3.如果view加50%的透明度
小马过海
·
2023-10-11 11:37
部分圆角+边框
UIRectCorner)cornerslineWidth:(CGFloat)lineWidthborderColor:(UIColor*)borderColor{CGSizeradii=CGSizeMake(
cornerRadius
芝麻绿豆
·
2023-10-08 08:54
拓扑图编辑器-实现过程
image.pngjsPlumb配置:constGRAPH_CONFIG={Container:'chart',Connector:['Flowchart',{gap:2,
cornerRadius
:5,
宁小姐的慢时光
·
2023-10-08 03:35
属性动画可以做动画的属性
opacity透明度backgroundColor背景颜色
cornerRadius
圆角borderWidth边框宽度contents内容shadowColor阴影颜色shadowOffset阴影偏移量shadowOpacity
zhu哥哥
·
2023-10-06 16:46
如何高性能的给UIImageView加个圆角?
我经常使用的方法:imageview.layer.masksToBounds=Yes;imageview.layer.
cornerRadius
=5.0f;但是这种方法会强制CoreAnimation提前渲染屏幕的离屏绘制
小屋新
·
2023-10-04 15:14
UIView切圆角
前言切圆角是我们开发中经常遇到的需求,实现方式也有很多种,其中最常见的实现方式是:label.layer.
cornerRadius
=5.0;label.layer.masksToBounds=YES;但是这样做
黄定师
·
2023-10-03 22:48
iOS UI三板斧圆角加阴影
想必在日常的开发中大家都能遇到UI各种圆角加阴影的设计添加圆角效果:testView.layer.
cornerRadius
=5;testView.layer.masksToBounds=YES;添加阴影效果
做个有趣的程序员
·
2023-10-02 15:01
圆形View的点击区域
需求任务进度的圆形区域可以点击(黄色圆圈内的部分都可以点击)15300833198943.jpg实现方法实现思路通过上图红色方框的UIView增加手势,如果仅仅是通过touchView.layer.
cornerRadius
Levi段玉磊
·
2023-09-30 18:08
iOS常用方法总结
userInteractionEnabled=YES;2、定时器[NSTimerScheduledTimerWithInterVal:target:……];3、Button圆角设置button.layer.
cornerRadius
夜雨微微凉
·
2023-09-28 11:39
iOS
iOS常用方法总结
[iOS开发] UIView单独切圆角,如只要左上右上两个圆角
1.切四个圆角的情况view.layer.
cornerRadius
=12;view.layer.masksToBounds=YES;2.单独切圆角的情况,比如切左上、右上两个圆角UIBezierPath
星星点灯3008
·
2023-09-26 13:38
离屏渲染
1、光栅化,layer.shouldRasterize=YES2、遮罩,layer.mask3、圆角,同时设置layer.masksToBounds=YES、layer.
cornerRadius
大于04
zhouluyao
·
2023-09-22 18:44
WPF 使Button字体自适应屏幕大小
当我们把viewbox加在ContentPresenter外时,同样的
CornerRadius
获得的button:vie
分享学习
·
2023-09-22 16:03
rightBarButtonItem 不能用Masonry来约束
UIView*rightBarContentView=[[UIViewalloc]initWithFrame:CGRectMake(0,0,87,32)];rightBarContentView.layer.
cornerRadius
LV大树
·
2023-09-15 15:24
2018.12.12 -2019.1.25项目笔记总结
1、masksToBounds圆角
cornerRadius
现在与masksToBounds无关了2、https://m.cnbeta.com/view/773867.htm苹果的新表情3、**说业务逻辑尽量写在
论*持久战讲的就是成功做事的方法和战略
·
2023-09-14 06:44
iOS
开发
iOS Xib 设置控件的圆角和边框
如下图:找到xib工具别表里的UserDefindRunTimeAttributes,点击“+”添加属性1.设置圆角:layer.
cornerRadius
,Type为String或者Number都可以layer.masksToBounds
00圈圈
·
2023-09-09 00:14
ios
iOS 绘制圆角的注意事项
//设置layer的cornerRadiusview.layer.masksToBounds=YES;view.layer.
cornerRadius
=imgSize.width/2;苹果在iOS9后优化了
笨鸟后飞了
·
2023-09-07 06:28
label设置渐变色
//渐变色CAGradientLayer*gradientLayer0=[[CAGradientLayeralloc]init];gradientLayer0.
cornerRadius
=5;gradientLayer0
魏志军
·
2023-09-05 19:15
iOS实现四周添加阴影
self.contentView.layer.
cornerRadius
=4.0f;self.contentView.layer.masksToBounds=YES;self.layer.shadowCo
乖_摸摸头F
·
2023-09-03 11:59
WPF设置背景色为渐变
1.XAML文件设置2.C#代码设置Borderb=newBorder();b.
CornerRadius
=newCornerRadius(10);b.Margin=newThickness(0,4,0,0
Jet_KILL
·
2023-09-02 07:54
wpf
使用Xcode13进行Swift开发
使用Xcode13进行Swift开发1.软件Xcode2.快捷键3.应用功能3.1VStack,HStack,ZStack3.2frame,foregroundColor,
cornerRadius
,shadow
gavinliu266
·
2023-08-30 06:41
Xcode
swift
xcode
ios
iOS-使用XIB设置UIView的圆角边框等属性以及解决边框颜色设置不成功的问题
WechatIMG157.jpeg对于这个效果我们很容易实现、这次主要记录XIB的使用第一种代码实现:self.testView.layer.masksToBounds=YES;self.testView.layer.
cornerRadius
Simple_Code
·
2023-08-24 04:28
你真的懂离屏渲染吗?
离屏渲染.jpg本文首发于个人博客作为一个IOS开发者,离屏渲染这个名词或许你并不陌生,或多或少你都能说点什么,比如我们通常最简单的圆角方式
cornerRadius
和clipsToBounds会触发离屏渲染
Typeco
·
2023-08-23 17:17
iOS 切割圆角是否一定需要设置masksToBounds为yes
设置圆角在开发中经常碰见,通过
cornerRadius
和masksToBounds两个属性。是否一定要设置masksToBounds为yes呢?
小五92
·
2023-08-20 07:26
@IBInspectable 减少代码设置
设置本地化文字,我们可以利用extension解决:extensionUIView{//圆角@IBInspectablevarcornerRadius:CGFloat{get{returnlayer.
cornerRadius
向日葵的夏天_summer
·
2023-08-19 23:07
IOS11新特性之maskedCorners
在iOS11之前,view展示圆角的处理过程为:self.label.layer.
cornerRadius
=20;self.label.layer.masksToBounds=YES;作为基础知识点,相比大家都懂
IUVO
·
2023-08-11 10:52
设置圆角
最常用的设置圆角的方法:view.layer.
cornerRadius
=5view.layer.masksToBounds=true但是masksToBounds这个属性会造成离屏渲染,这个属性才是帧数下降的罪魁祸首
_狸约约
·
2023-08-09 01:20
iOS高效简易添加圆角
iOS的圆角是一个永恒且艰巨的问题,苹果也在iOS9中优化了
cornerRadius
属性,将帧率提高了不少。但是,圆角在iOS程序中使用频率之高,要求我们必须找到更好的方式去解决这个问题。
KB_MORE
·
2023-08-08 10:34
UIButton的基本使用
常用方法self.newBtn=({UIButton*btn=[UIButtonbuttonWithType:UIButtonTypeCustom];btn.layer.
cornerRadius
=(48
求长生
·
2023-08-03 00:49
上一页
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
其他