> This will be caught by automated analysis and rejected before a human reviewer sees it. Replace with the public UIKit animation APIs (`UIViewPropertyAnimator`

`UIView.animate`). Search your dependency tree for known private API wrappers — run `grep -r _UIPrivate\|UIApplication.*openURL .` in your project to surface obvious calls.

Views0
PublishedApr 15, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

> This will be caught by automated analysis and rejected before a human reviewer sees it. Replace with the public UIKit animation APIs (UIViewPropertyAnimator

UIView.animate). Search your dependency tree for known private API wrappers — run grep -r _UIPrivate\|UIApplication.*openURL . in your project to surface obvious calls.

Share: