Closed chronicqazxc closed 1 year ago
Hi @chronicqazxc,
Thanks for filing this issue. We're currently investigating this and plan to address the root cause in a future release.
Hi @chronicqazxc,
We have implemented a fix that will be available in our next release. We'll update here once this release is available.
Best,
Hi @chronicqazxc,
We have released 5.7.0 which includes the fix for that issue.
Please note that setting the image view content mode as .scaleAspectFit
is not needed. The modal respect the aspect ratio of the image as long as there's enough space in the screen to display it.
Hi @hokstuff , @lowip Noted and thanks a lot for the fix.
Platform
iOS
Platform Version
iOS 16.0
Braze SDK Version
5.6.3
Xcode Version
Xcode 14.0
Computer Processor
Intel
Repro Rate
100%
Steps To Reproduce
Example:
BrazeInAppMessageUIDelegate
method to set image contentMode to scaleAspectFitExpected Behavior
In-App message the content view and image can aspect scale to fit the screen size.
Actual Incorrect Behavior
In-App message image can aspect scale to fit the screen size but content view doesn't.
Verbose Logs
No response
Additional Information
No response