Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering Artifact on iOS 18: Corners Appear on Circular Touch Visualizers #63

Open
landabaso opened this issue Nov 26, 2024 · 1 comment

Comments

@landabaso
Copy link

First of all, thank you, @KaneCheshire, for sharing ShowTime. It's very useful for recording videos visualizing touch interactions.

On iOS 18, the touch visualizers (intended to be circular) sometimes show rendering artifacts, with corners appearing on the bottom-right side of the circle. This issue does not occur on iOS 17 (did not test earlier versions), where the touch visualizers render correctly as circles.

@rnmp
Copy link

rnmp commented Jan 4, 2025

Hi @landabaso -- I didn't "fix" it but manually changed ShowTime to inherit from UIView instead of UILabel and the rendering artifact disappeared.

If I had to guess, something changed in iOS 18 that messed up with how UILabel is rendered.

If you don't care about showing the tap count maybe this will help you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants