扇形動(dòng)畫

新建UIview的類:paintview

//  PieView.h

#import <UIKit/UIKit.h>

@interface PieView : UIView

- (id)initWithFrame:(CGRect)frame;
- (void)stroke;

@end

//  PieView.m

#import "PieView.h"
#define kAnimationDuration 3.0f

#define kPieBackgroundColor [UIColor grayColor]
#define kPieFillColor [UIColor clearColor].CGColor
#define kPieRandColor [UIColor orangeColor].CGColor
#define kLabelLoctionRatio (1.2*bgRadius)

@interface PieView()

@property (nonatomic) CAShapeLayer *bgLayer;

@end


@implementation PieView

- (id)initWithFrame:(CGRect)frame {
    self = [super initWithFrame:frame];
    if (self) {
        
        self.hidden = YES;
        
        
        //1.pieView中心點(diǎn)
        CGFloat centerWidth = self.frame.size.width * 0.5f;
        CGFloat centerHeight = self.frame.size.height * 0.5f;
        CGFloat centerX = centerWidth;
        CGFloat centerY = centerHeight;
        CGPoint centerPoint = CGPointMake(centerX, centerY);
        CGFloat radiusBasic = centerWidth > centerHeight ? centerHeight : centerWidth;
        
        
        
        
        //2.路徑
        
               
        
        
        //背景路徑
        CGFloat bgRadius = radiusBasic * 0.5;
        UIBezierPath *bgPath = [UIBezierPath bezierPathWithArcCenter:centerPoint radius:bgRadius   startAngle:-M_PI_2     endAngle:M_PI_2 * 3  clockwise:YES];
        CAShapeLayer* bgLayer = [CAShapeLayer layer];
        bgLayer.fillColor   = [UIColor clearColor].CGColor;
        bgLayer.strokeColor = [UIColor lightGrayColor].CGColor;
        bgLayer.zPosition   = 1;
        bgLayer.lineWidth   = bgRadius * 2.0f;//線寬是扇形半徑*2
        bgLayer.path        = bgPath.CGPath;
        self.bgLayer = bgLayer;
        
 
        //pie路徑
        CGFloat pieRadius = radiusBasic * 0.5;
        UIBezierPath *path = [UIBezierPath bezierPathWithArcCenter:centerPoint radius:pieRadius startAngle:-M_PI/2 endAngle:M_PI*3/2 clockwise:YES];
        
        CAShapeLayer *pie = [CAShapeLayer layer];
        pie.fillColor   = kPieFillColor;
        pie.strokeColor = kPieRandColor;
        pie.lineWidth   = pieRadius * 2.0f;//線寬是扇形半徑*2
        pie.zPosition   = 2;
        pie.path        = path.CGPath;
            
        [self.layer addSublayer:pie];
        
        self.layer.mask = bgLayer;
        
    }
    return self;
}


- (void)stroke
{
    //畫圖動(dòng)畫
    self.hidden = NO;
    CABasicAnimation *animation = [CABasicAnimation animationWithKeyPath:@"strokeEnd"];
    animation.duration  = kAnimationDuration;
    animation.fromValue = @0.0f;
    animation.toValue   = @1.0f;
    animation.timingFunction = [CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseInEaseOut];
 animation.removedOnCompletion = YES;
    [self.bgLayer addAnimation:animation forKey:@"circleAnimation"];
    
}

- (void)dealloc
{
    [self.layer removeAllAnimations];
}

@end

//
//  ViewController.m
//  xiazai
//
//  Created by chenvinci on 2017/2/10.
//  Copyright ? 2017年 cuijing. All rights reserved.
//

#import "ViewController.h"
#import "PieView.h"
#define kScreenWidth [UIScreen mainScreen].bounds.size.width



//#define width [UIScreen mainScreen].bounds.size.width
#define height [UIScreen mainScreen].bounds.size.height
#define centerX width/2
#define centerY height/2
#define radius1 100



@interface ViewController ()
@property(nonatomic) PieView*pie;

@end

@implementation ViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    
    
    self.pie = [[PieView alloc] initWithFrame:CGRectMake((kScreenWidth - 200) * 0.5f, 100, 200, 200) ];
    [self.view addSubview:self.pie];
    

    
}

-(void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event{
    
    [self.pie stroke];
    
  }

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市深纲,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖榔组,帶你破解...
    沈念sama閱讀 210,914評(píng)論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件藻烤,死亡現(xiàn)場(chǎng)離奇詭異晃酒,居然都是意外死亡,警方通過查閱死者的電腦和手機(jī)污抬,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 89,935評(píng)論 2 383
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人印机,你說我怎么就攤上這事矢腻。” “怎么了射赛?”我有些...
    開封第一講書人閱讀 156,531評(píng)論 0 345
  • 文/不壞的土叔 我叫張陵多柑,是天一觀的道長(zhǎng)。 經(jīng)常有香客問我楣责,道長(zhǎng)竣灌,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,309評(píng)論 1 282
  • 正文 為了忘掉前任秆麸,我火速辦了婚禮初嘹,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘沮趣。我一直安慰自己削樊,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,381評(píng)論 5 384
  • 文/花漫 我一把揭開白布兔毒。 她就那樣靜靜地躺著漫贞,像睡著了一般。 火紅的嫁衣襯著肌膚如雪育叁。 梳的紋絲不亂的頭發(fā)上迅脐,一...
    開封第一講書人閱讀 49,730評(píng)論 1 289
  • 那天,我揣著相機(jī)與錄音豪嗽,去河邊找鬼谴蔑。 笑死,一個(gè)胖子當(dāng)著我的面吹牛龟梦,可吹牛的內(nèi)容都是我干的隐锭。 我是一名探鬼主播,決...
    沈念sama閱讀 38,882評(píng)論 3 404
  • 文/蒼蘭香墨 我猛地睜開眼计贰,長(zhǎng)吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼钦睡!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起躁倒,我...
    開封第一講書人閱讀 37,643評(píng)論 0 266
  • 序言:老撾萬榮一對(duì)情侶失蹤荞怒,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后秧秉,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體褐桌,經(jīng)...
    沈念sama閱讀 44,095評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,448評(píng)論 2 325
  • 正文 我和宋清朗相戀三年象迎,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了荧嵌。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,566評(píng)論 1 339
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖啦撮,靈堂內(nèi)的尸體忽然破棺而出谭网,到底是詐尸還是另有隱情,我是刑警寧澤逻族,帶...
    沈念sama閱讀 34,253評(píng)論 4 328
  • 正文 年R本政府宣布蜻底,位于F島的核電站,受9級(jí)特大地震影響聘鳞,放射性物質(zhì)發(fā)生泄漏薄辅。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,829評(píng)論 3 312
  • 文/蒙蒙 一抠璃、第九天 我趴在偏房一處隱蔽的房頂上張望站楚。 院中可真熱鬧,春花似錦搏嗡、人聲如沸窿春。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,715評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)旧乞。三九已至,卻和暖如春磅氨,著一層夾襖步出監(jiān)牢的瞬間尺栖,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,945評(píng)論 1 264
  • 我被黑心中介騙來泰國(guó)打工烦租, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留延赌,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 46,248評(píng)論 2 360
  • 正文 我出身青樓叉橱,卻偏偏與公主長(zhǎng)得像挫以,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子窃祝,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,440評(píng)論 2 348

推薦閱讀更多精彩內(nèi)容

  • 用到的類及其簡(jiǎn)單的解釋: 1掐松、UIBezierPath:使用此類可以定義簡(jiǎn)單的形狀,如橢圓或者矩形锌杀,或者有多個(gè)直線...
    snydder閱讀 504評(píng)論 0 2
  • 前言:最近比較閑甩栈,正好利用這段時(shí)間把現(xiàn)在項(xiàng)目用的東西封裝一下,方便以后復(fù)用糕再,當(dāng)然好的東西還是要分享。一起學(xué)習(xí)玉转,一起...
    碼渣閱讀 3,443評(píng)論 5 9
  • 一突想、定時(shí)任務(wù) 方法1:performSelector 方法2:GCD 方法3:NSTimer NSTimer「定時(shí)...
    _涼風(fēng)_閱讀 1,285評(píng)論 2 8
  • 最近在做iOS界面轉(zhuǎn)場(chǎng)的動(dòng)畫,寫完轉(zhuǎn)場(chǎng)入口后基本元素還是回歸到我們常用的基本動(dòng)畫代碼,有關(guān)動(dòng)畫的帖子網(wǎng)絡(luò)上一搜一大...
    大雄記閱讀 5,454評(píng)論 0 18
  • 今天一朋友很郁悶猾担,中午陪他聊了兩個(gè)多小時(shí)袭灯,緣由是業(yè)績(jī)和人緣比他差的一位同事提拔了,他很憤憤不平绑嘹,而且聽說那位同事搞...
    凌晨陳玲閱讀 324評(píng)論 1 2