Iterable / swift-sdk

Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
https://iterable.com/
MIT License
86 stars 67 forks source link

[MOB-7565] OOTB view refactoring #719

Closed evantk91 closed 6 months ago

evantk91 commented 6 months ago

🔹 Jira Ticket(s)

✏️ Description

This pull request includes refactoring for the IterableEmbeddedView. The IterableEmbeddedView now takes in the message and does the setting of view elements internally. The IterableEmbeddedView elements are also renamed to align with Android SDK naming. Pulling the image processing into the IterableEmbeddedView class and removing the resolveMessages function will be tackled on a separate PR.