How do you add a "click effect" to a video using video editing software?

Use AssistiveTouch

This isn't a perfect answer to the question because this doesn't help you after you've already recorded a video, but you can use the AssistiveTouch feature built into the accessibility settings in iOS to display your touches while recording.

AssistiveTouch wasn't made for this purpose, so this isn't the "best" solution, but it's probably the easiest and least intrusive to implement as it only uses features already built into iOS.

enter image description here

The biggest issue with this approach

This is an important caveat of using this approach: you can't show touches while dragging/scrolling.

You have to manually exit the "touch recording" (if we may call it so), do the scroll/drag actions you want to do, then re-enable the "touch recording" (see the GIF above for an example). You can always edit out the manual switching in post. 🤷‍♂️


How to enable AssistiveTouch and show touches

In short:

  1. Settings
  2. Accessibility
  3. Touch
  4. AssistiveTouch
  5. turn on toggle for AssistiveTouch
  6. Create New Gesture...
  7. tap anywhere in the large blank box once
  8. tap Save at the top right of the screen
  9. Name the gesture whatever you would like (e.g. "touch")

You're done!

To enable showing touches:

  1. tap the AssistiveTouch menu button (the button that floats around your screen when AssistiveTouch is on)
  2. tap Custom
  3. tap touch (or whatever name you chose in step 9)

To disable showing touches (and allow scrolling/dragging)

  1. tap the AssistiveTouch menu button
  2. tap anywhere outside the AssistiveTouch menu

With pictures

Here's a pictorial explanation of how to create the special "touch" gesture (iOS 13.5.1).

  1. Go to the "Settings" app and find Accessibility.

    enter image description here

  2. Go to Touch.

    enter image description here

  3. Go to AssistiveTouch.

    enter image description here

  4. Turn on the toggle for AssistiveTouch.

    enter image description here

  5. Go to Create New Gesture....

    enter image description here

  6. Tap anywhere in the large blank box once, then tap Save at the top right of the screen.

    enter image description here

  7. Name the gesture whatever you would like (e.g. "touch") and tap Save.

    enter image description here

Check out the GIF at the beginning of the answer for an example of using the gesture.