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
CAShapeLayer
CAGradientLayer与
CAShapeLayer
实现不同颜色画圆动画(Spark相机的录制的效果)
可以适当加以封装,参考网址http://www.cocoachina.com/industry/20140705/9039.html// //ViewController.m //CircleAnimationDemo // //Createdby程磊on15/5/3. //Copyright(c)2015年程磊.Allrightsreserved. // #import"ViewControl
chenglei9128
·
2015-05-04 02:00
iOS-
CAShapeLayer
与贝塞尔曲线初识
当我们要自己画一个圆或者说是按百分比显示圆的动画时,
CAShapeLayer
是非常有用的,因为这是一个基于CoreAnimation框架的类,动画渲染是直接由CPU渲染的。
chenglei9128
·
2015-04-28 15:00
Swift惰性初始化(lazy)属性
原创Blog,转载请注明出处blog.csdn.net/hello_hwc一惰性初始化的定义在ObjectiveC中,惰性初始化是这样写的@property(strong,nonatomic)
CAShapeLayer
黄文臣
·
2015-04-09 09:18
Swift
Swift实用技术
Swift惰性初始化(lazy)属性
原创Blog,转载请注明出处blog.csdn.net/hello_hwc一惰性初始化的定义在ObjectiveC中,惰性初始化是这样写的@property(strong,nonatomic)
CAShapeLayer
Hello_Hwc
·
2015-04-09 09:00
swift
属性
lazy
Calayer
CAScrollLayer示例#3:CATextLayer示例#4:AVPlayerLayer示例#5:CAGradientLayer示例#6:CAReplicatorLayer示例#7:CATiledLayer示例#8:
CAShapeLayer
ClarkWang_001
·
2015-04-07 22:37
iOS实现绘画文字动画
通过CoreText结合Bezier曲线和
CAShapeLayer
可以做出绘画文字的动画。
linshaolie
·
2015-03-24 17:00
动画
贝塞尔曲线
绘制文字
IOS Core Animation Advanced Techniques-使用
CAShapeLayer
与UIBezierPath画出想要的图形
第五章:TransformsAffineTransformsCGAffineTransform是二维的CreatingaCGAffineTransform主要有三种变化方法旋转:CGAffineTransformMakeRotation(CGFloatangle)缩放:CGAffineTransformMakeScale(CGFloatsx,CGFloatsy)移动:CGAffineTransfo
heng615975867
·
2015-03-22 23:00
代码切圆角--只切指定的几个角
self.picImageView.boundsbyRoundingCorners:UIRectCornerTopLeft|UIRectCornerTopRightcornerRadii:CGSizeMake(8,8)];
CAShapeLayer
u010165653
·
2015-03-12 17:00
IOS 自定义控件之UIActivityIndicatorView
本文的内容阐述了实现自定义UIActivityIndicator的过程希望通过本文,读者能够学会
CAShapeLayer
的简单使用CAGradientLay
Hello_Hwc
·
2015-02-17 11:00
ios
Activity
自定义控件
indicator
使用
CAShapeLayer
和UIBezierPath画一个自定义半圆弧button
一般都是Rect矩形形式的,或则美工给出一张半圆弧的按钮,如图为一张半圆加三角形的按钮,而此时,如果给按钮添加点击事件时,响应事件依然为矩形区域,不符合我们的需求;本文为解决这样的按钮问题:如下图:使用
CAShapeLayer
maybe_home
·
2015-01-29 09:52
UIBezierPath
圆弧按钮
三角形按钮
自己实现的输入框控件
公司设计问我这样效果好不好做,正好赶上公司断网了,我就研究了下,感觉CAGroupAnimation加上
CAShapeLayer
可以实现,就写了下。最后也实现了。
GrowingGiant
·
2015-01-28 11:00
CAShapeLayer
CAAnimation
仿QQ头像透明圆图剪切(
CAShapeLayer
和 UIBezierPath的使用)
首先,用到了
CAShapeLayer
和UIBezierPath这两者可以实现许多不规则形状的路径。
Mayerlucky
·
2015-01-23 10:00
ios
CAShapeLayer
UIBezierPath
圆图剪切
仿QQ头像截图
Swift:使用
CAShapeLayer
打造一个ProgresssBar
这里就使用
CAShapeLayer
打造一个个性的ProgressBar。这里只是抛砖引玉,你可以在这个基础上开发更适合你的。
future_challenger
·
2015-01-12 16:00
animation
CAShapeLayer
Swift:使用
CAShapeLayer
打造一个ProgresssBar
这里就使用
CAShapeLayer
打造一个个性的ProgressBar。这里只是抛砖引玉,你可以在这个基础上开发更适合你的。
·
2015-01-12 16:00
progress
使用
CAShapeLayer
与UIBezierPath画出想要的图形
使用
CAShapeLayer
与UIBezierPath可以实现不在view的drawRect方法中就画出一些想要的图形步骤:1、新建UIBezierPath对象bezierPath2、新建
CAShapeLayer
jinyeweiyang
·
2014-11-18 20:00
iOS 不规则的ImageView
1.使用layer去实现,见http://blog.csdn.net/johnzhjfly/article/details/399933452.使用
CAShapeLayer
,CALayer如何去实现我们来看看如何使用
superchaoxian
·
2014-11-17 10:00
ios开发
imageview
iOS 不规则的ImageView
1.使用layer去实现,见http://blog.csdn.net/johnzhjfly/article/details/399933452.使用
CAShapeLayer
,CALayer如何去实现我们来看看如何使用
johnzhjfly
·
2014-11-16 19:00
ios
image
view
Shaped
CAShapeLayer
和CAGradientLayer
CAShapeLayer
和CAGradientLayer发布于:2014-07-0509:56阅读数:3631两个动画效果来了解一下CALayer的两个重要的subClass:CAGradientLayer
yongyinmg
·
2014-08-22 13:00
CAShapeLayer
CAShapeLayer
分类: iOS2014-04-2210:15 62人阅读 评论(0) 收藏 举报之前讲过CALayer动画相关知识,再来看看更加复杂的
CAShapeLayer
相关的动画知识.普通
yongyinmg
·
2014-08-22 13:00
ios
UIBezierPath 和
CAShapeLayer
画画图
画一个头戴小圆的五边形:-(void)drawPentagon{ //(1)UIBezierPath对象 UIBezierPath*aPath=[UIBezierPathbezierPath]; //开始点 [aPathmoveToPoint:CGPointMake(100.0,1.0)]; //划线点 [aPathaddLineToPoint:CGPointMake(200.0,4
u014624597
·
2014-07-24 17:00
把UIView切成任意形状
代码如下:-(void)dwMakeBottomRoundCornerWithRadius:(CGFloat)radius { CGSizesize=self.frame.size;
CAShapeLayer
xin814
·
2014-07-17 12:00
ios
图形
CAShapeLayer
(持续更新)
之前讲过CALayer动画相关知识,再来看看更加复杂的
CAShapeLayer
相关的动画知识.普通CALayer在被初始化时是需要给一个frame值的,这个frame值一般都与给定view的bounds
u013368288
·
2014-04-22 10:00
动态绘制图形-线
我们可以使用
CAShapeLayer
这个类,我们通过这个类来动态的绘制图形,所有步骤也不多,首先制定动态绘制的路线,然后指定动态绘制的动画。
·
2014-03-19 15:00
动态
获取图片中指定区域图片
1.如果在layer上面搞出一个“洞”,就是真正的裁剪区域,在这里用的是
CAShapeLayer
,利用fillMode,这样就可以通过mask方式作用在将覆盖在perviewLayer上面
whf727
·
2013-11-08 15:00
使用
CAShapeLayer
与UIBezierPath画出想要的图形
使用
CAShapeLayer
与UIBezierPath可以实现不在view的drawRect方法中就画出一些想要的图形步骤:1、新建UIBezierPath对象bezierPath2、新建
CAShapeLayer
volcan1987
·
2013-08-14 18:00
图形
CAShapeLayer
UIBezierPath
CAShapeLayer
把图片做成圆形效果
利用
CAShapeLayer
可以制作出任意的几何图形,把它作为UIImageView的遮罩,达到把图片做成圆形效果。
kingsley_cxz
·
2013-07-31 19:00
把UIView切成任意形状
-(void)dwMakeBottomRoundCornerWithRadius:(CGFloat)radius { CGSizesize=self.frame.size;
CAShapeLayer
*shapeLayer
focusjava
·
2013-07-12 11:00
教你把UIView切成任意形状
多的不说,直接上代码: -(void)dwMakeBottomRoundCornerWithRadius:(CGFloat)radius { CGSizesize=self.frame.size;
CAShapeLayer
james_1010
·
2013-01-23 11:00
作图功能
import #import @interfaceAnimatedPathViewController:UIViewController{ CALayer*_animationLayer;
CAShapeLayer
jsntghf
·
2012-12-13 20:00
ios
iPhone
作图功能
import #import @interfaceAnimatedPathViewController:UIViewController{ CALayer*_animationLayer;
CAShapeLayer
jsntghf
·
2012-12-13 20:00
ios
iPhone
上一页
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
其他