79822983

Date: 2025-11-18 04:41:31
Score: 2.5
Natty:
Report link

No, you don't. UIView.animate already ensures main thread, the animation block automatically executes on the main thread. Double-wrapping adds unnecessary overhead makes your current code creates redundant main queue dispatches.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Michael Agustian