Skip to content

feat: add Objective-C compatible image provider#2660

Merged
calda merged 3 commits intoairbnb:masterfrom
Seungwan98:feature/objc-image-provider
Mar 7, 2026
Merged

feat: add Objective-C compatible image provider#2660
calda merged 3 commits intoairbnb:masterfrom
Seungwan98:feature/objc-image-provider

Conversation

@Seungwan98
Copy link
Contributor

This PR adds a new Objective-C compatible image provider protocol that allows Objective-C code to provide custom images for Lottie animations. Resolves #2658. The implementation follows the same pattern as the existing CompatibleFontProvider.

Adds a new  protocol that can be used
from Objective-C code to provide custom images for Lottie animations.

Changes:
- Created  with the new protocol and wrapper
- Added  property to

This follows the same pattern as the existing .

Resolves airbnb#2658
@Seungwan98 Seungwan98 force-pushed the feature/objc-image-provider branch from 4c92d90 to bb27a4e Compare March 6, 2026 07:22
Copy link
Member

@calda calda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@calda calda merged commit 0cd97be into airbnb:master Mar 7, 2026
11 checks passed
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

Successfully merging this pull request may close these issues.

Cannot set fontProvider to Swift Lottie from Objc caller

2 participants