国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > iOS > 正文

iOS啟動(dòng)頁倒計(jì)時(shí)跳過按鈕功能

2019-10-21 18:45:40
字體:
供稿:網(wǎng)友

WSDrawCircleProgress, 根據(jù)UIBezierPath和CAShapeLayer自定義倒計(jì)時(shí)進(jìn)度條,適用于app啟動(dòng)的時(shí)候設(shè)置一個(gè)倒計(jì)時(shí)關(guān)閉ios/190721.html">啟動(dòng)頁面。可以設(shè)置進(jìn)度條顏色,填充顏色,進(jìn)度條寬度以及點(diǎn)擊事件等。

ios,啟動(dòng)頁,倒計(jì)時(shí),按鈕,倒計(jì)時(shí)按鈕

公共方法:

//set track color @property (nonatomic,strong)UIColor *trackColor; //set progress color @property (nonatomic,strong)UIColor *progressColor; //set track background color @property (nonatomic,strong)UIColor *fillColor; //set progress line width @property (nonatomic,assign)CGFloat lineWidth; //set progress duration @property (nonatomic,assign)CGFloat animationDuration; /**  * set complete callback  *  * @param lineWidth line width  * @param block  block  * @param duration time  */ - (void)startAnimationDuration:(CGFloat)duration withBlock:(DrawCircleProgressBlock )block; 

使用:

- (void)viewDidLoad {  [super viewDidLoad];  [self.view addSubview:self.imageView];  DrawCircleProgressButton *drawCircleView = [[DrawCircleProgressButton alloc]initWithFrame:CGRectMake(self.view.frame.size.width - 55, 30, 40, 40)];  drawCircleView.lineWidth = 2;  [drawCircleView setTitle:@"跳過" forState:UIControlStateNormal];  [drawCircleView setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];  drawCircleView.titleLabel.font = [UIFont systemFontOfSize:14];  [drawCircleView addTarget:self action:@selector(removeProgress) forControlEvents:UIControlEventTouchUpInside];  /**   * progress 完成時(shí)候的回調(diào)   */  __weak ViewController *weakSelf = self;  [drawCircleView startAnimationDuration:5 withBlock:^{   [weakSelf removeProgress];  }];  [self.view addSubview:drawCircleView]; } 

 


注:相關(guān)教程知識(shí)閱讀請(qǐng)移步到IOS開發(fā)頻道。
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 科技| 常熟市| 汉阴县| 汤原县| 巴塘县| 南京市| 丽水市| 东光县| 华安县| 平安县| 曲沃县| 光山县| 九龙县| 许昌县| 吕梁市| 垫江县| 乌拉特中旗| 泗水县| 新建县| 冕宁县| 建德市| 岫岩| 陆良县| 会昌县| 托里县| 双辽市| 丰原市| 右玉县| 尚志市| 苏州市| 体育| 山阳县| 高碑店市| 宣武区| 淄博市| 洪湖市| 孟津县| 定远县| 永城市| 遵义市| 黔西|