Skip to content

[iOS] Add a Container around ImageButton#24020

Merged
PureWeen merged 3 commits into
mainfrom
fix_23897
Aug 6, 2024
Merged

[iOS] Add a Container around ImageButton#24020
PureWeen merged 3 commits into
mainfrom
fix_23897

Conversation

@PureWeen

@PureWeen PureWeen commented Aug 5, 2024

Copy link
Copy Markdown
Member

Description of Change

With this #16868 we set ButtonHandler to always have a wrapper view in order to facilitate loading behaviors. We should have set ImageButton to always have a container as well.

Because of how iOS works we can't inherit from UIButton so we have to come at it from different angles.

This should resolve issues where ImageButton isn't reliably firing Loaded events

Issues Fixed

Fixes #23897

@PureWeen PureWeen requested a review from a team as a code owner August 5, 2024 17:00
@PureWeen PureWeen changed the title Add a Container around ImageButton [iOS] Add a Container around ImageButton Aug 5, 2024
mattleibow
mattleibow previously approved these changes Aug 5, 2024
@PureWeen PureWeen merged commit f6ec10b into main Aug 6, 2024
@PureWeen PureWeen deleted the fix_23897 branch August 6, 2024 00:40
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[iOS] Add a permanent wrapper around ImageButton so it works with our various behaviors

3 participants