Skip to content

Generates a unique animated finger print in the style of Apple's Touch ID logo

License

Notifications You must be signed in to change notification settings

rkproject24/CTFingerPrintView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CTFingerPrintView

Generates a unique animated finger print in the style of Apple's Touch ID logo.

Used in our product Video Safe 2 - http://collect3.com.au/videosafe2 when authenticating via Touch ID.

Example GIF

Features

  • Generates a unique finger print each time.

  • Supports two animation modes:

    • Random - Randomly fills / unfills the ridges
    • Cycle Up / Down - Progressively fills all ridges then unfills all ridges
  • Color can be changed via tintColor

  • Animated color highlighting

Usage

Use CTFingerPrintAnimatedView in your project to show an animated finger print

    CTFingerPrintAnimatedView *fpv = [[CTFingerPrintAnimatedView alloc] initWithFrame: CGRectMake(0,0,200,200)];
    
    // Set a tint color
    fpv.tintColor = [UIColor orangeColor];
    
    // Start animating
    [fpv startAnimation: CTFingerPrintAnimationModeCycleUpDown];

Demo

A demo project 'FingerPrintDemo' is included.

  • Tap to highlight
  • Swipe up to change the animation.

About

Generates a unique animated finger print in the style of Apple's Touch ID logo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published