When creating iOS app preview videos, it's sometimes useful to where your fingers touches on the screen. This is particularly useful if you have multi-finger gestures involved.
There are several libraries that let you do this, one of them is EUMTouchPointView.
Integrating the library is simple. Instead of creating a UIWindow
instance, create a EUMShowTouchWindow
instance.
When you run your app, touch indicators will appear.
Remember to exclude the library for your app store submission.
Your feedback is valuable: Do you want more nuggets like this? Yes or No
.
.