epetousis / LockGlyphX

The Apple Pay animation on your lock screen, better than ever.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LockGlyphX

The evolution of LockGlyph. For iOS 10.
Supports all existing LockGlyph themes.

Localization

Please help us translate LockGlyphX into your language :)
Details: https://gist.github.com/Sticktron/03ed485c6f7f0d1ed6d442720af87821

Notes

There were some API changes in iOS 10.2. States changed, as well as usage of PKFingerprintGlyphView vs PKSubglyphView.

PKGlyphView states (iOS 10.2)

0 - Default (fingerprint)
1 - Fingerprint scanning (animated)
2 - ? (blank)
3 - Loading circle (animated)
4 - Empty circle
5 - Move phone to reader (animated)
6 - Custom image in circle
7 - Success checkmark

PKGlyphView states (iOS < 10.2)

0 - Default (fingerprint)
1 - Fingerprint scanning (animated)
2 - Loading circle (animated)
3 - Empty circle
4 - Move phone to reader (animated)
5 - Custom image (in circle ?)
6 - Success checkmark

PKGlyphView styles

(passed as the argument in initWithStyle:)
0 - Normal, no colour blending
1 - Blend colours into background

About

The Apple Pay animation on your lock screen, better than ever.

License:MIT License


Languages

Language:Logos 46.1%Language:Objective-C++ 28.0%Language:Objective-C 19.1%Language:C 5.5%Language:Makefile 1.4%