Releases: bpisano/Sticker
Releases · bpisano/Sticker
1.4.0
- Thanks to @myawesomehub contribution, you can change the sticker pattern using the new
stickerPattern
modifier. You can choose between .diamond
and .square
. The default value is .diamond
.
- Fixed sticker pattern distortion when the view size and height where not equals.
1.3.0
- Lowered the CoreMotion accelerometer
updateInterval
property to have a nice behavior by default.
- Improved Swift 6 compatibility.
1.2.1
- Fixed unavailable
CMMotionManager
which led to the package not being able to be imported on macOS.
1.2.0
- Added the
.accelerometer
sticker motion effect. Tilt your phone to rotate your sticker.
- Fixed motion effects not rotating the view on first use.
1.1.1
- Fixed motion effects not rotating the view on first use.
- Fixed shader compilation.
- Improved documentation.
1.1.0
- Added a new
.dragGesture
sticker motion effect that makes the view look at the drag gesture.