# Showing Tap Indicators on iOS Screen Recording

DevFeed: [Showing Tap Indicators on iOS Screen Recording](<https://devfeed.tech/articles/showing-tap-indicators-on-ios-screen-recording-22928.md>)

Original publisher: [Read original article](<https://maestro.dev/blog/showing-tap-indicators-on-ios-recordings>)

Author: Amanjeet Singh

Published: 2025-08-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [mobile.dev - Medium](<https://devfeed.tech/sources/mobile-dev-medium.md>)

Topics: [iOS](<https://devfeed.tech/topics/ios.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [capture](<https://devfeed.tech/tags/capture.md>), [ci](<https://devfeed.tech/tags/ci.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [display](<https://devfeed.tech/tags/display.md>), [ios](<https://devfeed.tech/tags/ios.md>), [maestro](<https://devfeed.tech/tags/maestro.md>), [screen](<https://devfeed.tech/tags/screen.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

## AI overview

This tutorial explains how to show tap and gesture indicators in iOS screen recordings to make UI test failures involving animations and timing easier to debug. It discusses the limitations of Simulator touch indicators and app-integrated solutions, then introduces injecting a dynamic library so indicators can work across apps and system interactions in automated tests.

## Source excerpt

Learn how to display tap and gesture indicators in iOS screen recordings for better debugging, app demos, and tutorials.