Skip to content

UIViewControll with blur background and timer at the center of view

License

Notifications You must be signed in to change notification settings

YGeorge/YGBlurTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YGBlurTimer

YGBlurTimer is a custom UIView useful to represent timer as circle with blur background.

It uses MDRadialProgress and JCRBlurView:

Screenshot

Documentation

Installation

Copy YGBlurTimerViewController.{h|m} files and JCRBlurView, MDRadialProgress folders into your project.

Usage

There is an extensive example included in ViewController.m:

YGBlurTimerViewController *timerVC = [[YGBlurTimerViewController alloc] initWithTimerValue:90];
[self presentViewController:timerVC animated:YES completion:nil];

You can also change the colors and images in [YGBlurTimerViewController loadView] method

License

YGBlurTimer is released under the MIT-license (see the LICENSE file)

About

UIViewControll with blur background and timer at the center of view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published