This code allows you to quickly and easily integrate hand shadows that follow your app's gestures in real time, allowing you to record more descriptive and intuitive demo videos.
This code lets you add hand shadows over your UI during your gestures, which makes for immersive tutorial and demo videos.
Add the following to your Package.swift file:
dependencies: [
.package(url: "git@github.com:adamwulf/HandShadows.git", branch: "main")
]
Add a HandShadowView above all of your other views, and then call its methods with CGPoints of gesture touch locations. Run the code for a demo of the shadows.
A demo is available at https://github.com/adamwulf/HandShadowsExample
HandShadows is available under the MIT license. See the LICENSE file for more information.
This code is created by Adam Wulf (@adamwulf) as a part of the Loose Leaf app.
Become a Github Sponsor and buy me a coffee ☕️ 😄