You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
I would like to pass a sprite sheet to MDFSpritedAnimationView and have an option for it to automatically be mirrored in RTL.
When a UIImage object is passed with an orientation other than .Up (e.g., .upMirrored), there is no effect on the resulting view. Neither does semanticContentAttribute on the view seem to do anything for images where flipsForRightToLeftLayoutDirection is set to YES.
I would like to pass a sprite sheet to MDFSpritedAnimationView and have an option for it to automatically be mirrored in RTL.
When a UIImage object is passed with an orientation other than
.Up(e.g.,.upMirrored), there is no effect on the resulting view. Neither doessemanticContentAttributeon the view seem to do anything for images whereflipsForRightToLeftLayoutDirectionis set toYES.