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
java对PNG图片圆角处理 保持PNG透明背景
/* * 圆角处理 * @param BufferedImage * @param
cornerRadius
* */ public static String makeRoundedCorner(String
ylittlema
·
2016-03-09 20:00
3.UIImageView+category
得到圆形imageView- (void) setCircleImageView { self.layer.
cornerRadius
= self.frame.size.width / 2;
常仲伟
·
2016-03-02 23:00
2.UIView+category
圆角View- (void)
cornerRadius
:(CGFloat) arc { self.layer.
cornerRadius
= arc; self.layer.masksToBounds
常仲伟
·
2016-03-02 23:00
SB结合代码圆角
//UIView+
CornerRadius
.h@interface UIView (
CornerRadius
) @property (nonatomic, assign) IBInspectable CGFloat
邵广波
·
2016-03-01 16:00
如何优雅地在Storyboard中设置圆角
通常做法对于代码党来说,很简单的加上一行代码就能够搞定:view.layer.
cornerRadius
=5对于Storyboard狂魔,一般情况下,很多人会先把视图拉一个IBOutlet然后再到awakeFromeNib
MarkLin
·
2016-02-25 17:01
iOS开发探索-图形剪切实践总结
imageView.layer.
cornerRadius
=100;imageView.layer.masksToBounds=YES;**注意:**每个UIView对象都有一个layer属性,这个layer
零距离仰望星空
·
2016-02-23 19:43
使用xcode storyboard设置按钮圆角方法
的运行时属性runtimeattribute,可以对Button设置圆角或者边框1.很多人都知道,通常设置一个Button后者其他的UIView子类的圆角,需要使用如下的语句self.button.layer.
cornerRadius
shan1991fei
·
2016-02-23 09:00
storyboard
[Flex] PopUpButton系列——
CornerRadius
的运用
@namespaces"library://ns.adobe.com/flex/spark"; @namespacemx"library://ns.adobe.com/flex/mx"; mx|PopUpButton{ popUpStyleName:myCustomPopUpStyleName; } .myCusto
燕子楼
·
2016-02-17 14:00
iOS: 使用故事板和xib设置按钮圆角方法
的运行时属性runtimeattribute,可以对Button设置圆角或者边框1.很多人都知道,通常设置一个Button后者其他的UIView子类的圆角,需要使用如下的语句self.button.layer.
cornerRadius
夏先森
·
2016-02-16 15:00
ios 加载xib遇到的坑
第一个问题:圆角的设置代码:1view.layer.
cornerRadius
=view.frame.siz
iShown
·
2016-02-05 12:00
给button添加边框和圆角
btn.frame=CGRectMake(100,100,50,50); btn.backgroundColor=[UIColorredColor]; btn.layer.
cornerRadius
稻草人11223
·
2016-02-01 16:00
设置边框 设置圆角
redView.layer.shadowColor=[UIColoryellowColor].CGColor;//设置阴影圆角半径_redView.layer.shadowRadius=10;//设置圆角半径_redView.layer.
cornerRadius
ARVRinChina
·
2016-02-01 16:33
iOS
iOS button边框
UIButtonbuttonWithType:UIButtonTypeCustom]; //同样来说btn也是有set方法的这里用的点语法 btn.layer.masksToBounds=YES; btn.layer.
cornerRadius
shan1991fei
·
2016-01-30 11:00
UIButton
Customize UIView &UITextField
overrideawakeFromNib()命令,为UIView设置倒角,添加阴影:overridefuncawakeFromNib(){super.awakeFromNib()//设置倒角layer.
cornerRadius
Facecat1000
·
2016-01-27 22:32
uiview
uiTextFiel
阴影
缩进
iOS自学
Swift
使用AutoLayout布局适配时,如何提前获得AutoLayout完成适配后的子控件的真实frame
比如我们想把一个正方形的UIImageView剪成一个圆形,这时候就需要这么做self.imageView.layer.
cornerRadius
=self.imageView.frame.size.width
进化的蜗牛
·
2016-01-25 13:00
iOS端实现登录输入框的三种思路(包含UIBezierPath等)
今天跟我们的UI对现在的应用界面,突然发现了一个问题,就是我的输入框为什么和他给出的不一样..做完效果:要求效果:没办法,改呗.既然设计到边框,首先要先明确切圆角和绘制边框线的方法.view.layer.
cornerRadius
MR_LP
·
2016-01-12 14:00
自定义切圆角
自定义登录界面输入框
图形设置
切圆角的三种方法
设定切角的作用域
UIView的圆角
view.layer.
cornerRadius
=10;//设置那个圆角的半径view.layer.borderWidth=10;//设置边框的宽度,也可以不设置view.layer.borderColor
sinat_29789455
·
2015-12-30 12:00
iOS设置view的边框、圆角、颜色
viewVC=[[UIView alloc]initWithFrame:CGRectMake(100,100,70,70)];viewVC.layer.borderWidth = 5;viewVC.layer.
cornerRadius
sevenquan
·
2015-12-25 12:00
ios
边框
IOS开发图层CALayer的基本属性使用
利用图层设置裁剪圆形头像,该方法比用图形上下文性能高很多- (void)imageLayer { // 圆形裁剪 _imageView.layer.
cornerRadius
= 50;
dspidery
·
2015-12-24 15:00
iOS中把tableviewcell设置成圆角
#importQuartzCore.framework [self.commentsCell.layer setMasksToBounds:YES];self.commentsCell.layer.
cornerRadius
sevenquan
·
2015-12-22 12:00
Swift 设置按钮圆角 代码&Xib
1.很多人都知道通常设置一个Button或者其他UIIView子类的圆角使用 self.button.layer.
cornerRadius
=10 这会用到layer的图层属性来实现的,UIView本身只是用来监听时间
u012701023
·
2015-12-21 18:00
swift
Class
UIView
ios开发
layer
iOS 通过storyboard设置UIView或者其他layer图层的圆角
通常我们给Button或者UIView添加圆角是通过如下代码进行实现的self.button.layer.
cornerRadius
=10;但是如果你是使用的故事版或者xib进行设计视图的话,实际上有另外一种更为强大的方法为这样的
Wayne_Liu
·
2015-12-21 12:00
UIButtun的一些设置方法
//将buttun切圆角btn.layer.
cornerRadius
=5;btn.layer.masksToBounds=YES;//取消buttun点击闪一下的效果UIButton*btn=[UIButtonbuttonWithType
csdn_success
·
2015-12-15 16:29
iOS基础
使用CAShapeLayer绘制镂空的图层
UIBezierPathbezierPathWithRoundedRect:CGRectMake(0,0,self.bounds.size.width,self.bounds.size.height)
cornerRadius
envyhappy
·
2015-12-08 18:00
iOS UIButton添加圆角,添加边框
button.frame=CGRectMake(50,50,100,40); button.backgroundColor=[UIColorblueColor]; //关键语句 button.layer.
cornerRadius
这个JB不太屌
·
2015-11-25 08:00
UIView 设置圆角和边框备忘
//将图层的边框设置为圆角 myWebView.layer.
cornerRadius
="正方向视图边长的一半"; myWebView.layer.masksToBounds=YES; //给图层添加一个有色边框
qiuxuewei2012
·
2015-11-24 17:00
UIView
ios UIView 和 UIButton边框和阴影设置
self.passwordLabel.layer.borderWidth=1; self.passwordLabel.layer.
cornerRadius
=6; self.passwordLabel.layer.borderColor
大灰狼wow
·
2015-11-21 11:00
指定UIView的某几个角为圆角
如果需要将UIView的四个角全部设置为圆角,做法相当简单,只需要设置其layer的
cornerRadius
属性即可。而若要指定某几个角(小于4)为圆角,而别的角不变的时候,这种方法就不好用了。
·
2015-11-13 14:04
UIView
WPF中如何使用代码操作数据模板生成的控件
BorderBrush ="Aqua" BorderThickness ="2" Padding ="8"
CornerRadius
·
2015-11-13 13:05
WPF
iOS常用小知识纪录
stringWithFormat:@"%ld:%02ld",(long)self.hour,(long)self.minute]; 给view设置圆角: bgView.layer.
cornerRadius
·
2015-11-13 10:23
ios
ios 按钮或图片框圆角处理
导入库头文件(重点) #import <QuartzCore/QuartzCore.h> //圆角设置 imageView.layer.
cornerRadius
·
2015-11-13 07:08
ios
Controls
yellowColor]; self.activity.backgroundColor = [UIColor colorWithWhite:0.2 alpha:0.4]; self.activity.layer.
cornerRadius
·
2015-11-13 01:55
ls
iOS CALayer 学习(4)
clip to rounded rect CGRect r = CGRectInset(rect, 1, 1); [[UIBezierPath bezierPathWithRoundedRect:r
cornerRadius
·
2015-11-13 01:43
ios
UISwitch
noticeSwtich = [[UISwitch alloc] initWithFrame:CGRectMake(0, 0, 51, 31)]; // noticeSwtich.layer.
cornerRadius
·
2015-11-12 21:08
switch
UIVIEW圆角和边框设置
1.圆角和边框 viewT.layer.
cornerRadius
= 10;//设置那个圆角的有多圆 viewT.layer.borderWidth = 10;//设置边框的宽度,当然可以不要
·
2015-11-12 20:00
UIView
iOS开发之指定UIView的某几个角为圆角
如果需要将UIView的4个角全部都为圆角,做法相当简单,只需设置其Layer的
cornerRadius
属性即可(项目需要使用QuartzCore框架)。
·
2015-11-12 09:23
UIView
WPF 关于圆角的制作
1、使用Boder(一般情况): 设置
CornerRadius
属性 <Border x:Name="border"
CornerRadius
="20&
·
2015-11-11 17:01
WPF
Border绘制虚线框
"Center" VerticalAlignment="Center" Width="60" Height="30"
CornerRadius
·
2015-11-11 12:35
border
wpf Visibility 动画
nbsp; view plain copy <Border Height="100" Width="80"
CornerRadius
·
2015-11-11 06:28
visibility
教你把UIView切成任意形状
有时候layer.
cornerRadius
并不能满足需求,自己实现drawRect又太麻烦,怎么办?
·
2015-11-10 23:53
UIView
显示动画的基本属性
transform.scale transform.scale.x transform.scale.y transform.rotation.z margin zPosition backgroundColor
cornerRadius
·
2015-11-10 22:05
动画
Silverlight2 控件布局(笔记)
<Border Background="Coral" Width="300" Padding="10"
CornerRadius
="
·
2015-11-08 14:26
silverlight
iOS上实现圆角图片
UIImageView自带 //圆角设置 imageView.layer.
cornerRadius
= 8;(值越大,角就越圆) imageView.layer.masksToBounds
·
2015-11-08 11:17
ios
Core Animation学习笔记二:CABasicAnimation
nbsp; CABasicAnimation *animation=[CABasicAnimation animationWithKeyPath: @"
cornerRadius
·
2015-11-05 08:43
animation
UIImageView不能设置圆角的解决方法
www.cnblogs.com/easonoutlook/archive/2012/12/07/2807773.htmlUIImageView不能设置圆角的解决方法self.leftPanelView.layer.
cornerRadius
q562679764
·
2015-11-03 22:00
ios
圆角
UIImageView
UIButton (常用点击按钮)
//圆形ButtonbeginBtn.layer.
cornerRadius
=btn_width/2.0;beginBtn.layer.masksToBounds=YES;初始化/***点击按钮的预设效果
Gz_Jason_chen
·
2015-11-03 14:47
IOS_UIKit库
Pro Silverlight 3 in C# - Layout
; Background="LightYellow"BorderBrush="SteelBlue" BorderThickness="8"
CornerRadius
·
2015-11-02 16:35
silverlight
将图片裁剪为圆边
一、使用
cornerRadius
:在IB中选中图片,在Identity面板,在UserDefinedRuntimeAttributes下按+号按钮,添加如下键值:注意
cornerRadius
的值为20,
kmyhy
·
2015-11-02 13:00
UIBezierPath 贝塞尔曲线
path = [UIBezierPath bezierPathWithRoundedRect:CGRectMake(30, 30, 100, 100)
cornerRadius
·
2015-11-01 13:05
Path
UIView圆角
总感觉圆角的东西比较好看, 像button,label,image等等,以前的时候我就经常给那些控件添加一个UIImageView作为背景,再搞张圆角的图片,不过今天发现了新方法看代码viewT.layer.
cornerRadius
·
2015-10-31 10:09
UIView
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他