Preview
Glorifier allows you to add a certain bedazzle to your view by giving them a shiny spotlight effect:

Installation
Swift Package Manager
Add https://github.com/no-comment/Glorifier.git
to your Package Dependencies.
Usage
Just use the .glorified()
modifier as you would use any other:
MyView()
.glorified()
There are five parameters to further customize the effect:
Parameter |
Type |
Default Value |
Description |
duration |
Double |
15 |
Duration of a cycle in seconds |
rotationIntensity |
Double |
10 |
Intensity of the 3D rotation effect |
shadowColor |
Color |
.gray |
Color of the shadow |
shadowOffset |
Double |
15 |
Offset of the shadow |
lightIntensity |
Double |
0.2 |
Intensity of the light effect (between 0 and 1 ) |
Preview
Glorifier allows you to add a certain bedazzle to your view by giving them a shiny spotlight effect:
Installation
Swift Package Manager
Add
https://github.com/no-comment/Glorifier.git
to your Package Dependencies.Usage
Just use the
.glorified()
modifier as you would use any other:There are five parameters to further customize the effect:
duration
Double
15
rotationIntensity
Double
10
shadowColor
Color
.gray
shadowOffset
Double
15
lightIntensity
Double
0.2
0
and1
)