Skip to content

Conversation

mbektchiev
Copy link
Contributor

@mbektchiev mbektchiev commented Mar 11, 2019

Fix issue with missing imageInsets, landscapeImagePhone, title properties of UITabBarItem.
These properties are declared in UIBarItem but it actually doesn't implement them. Some of its
successors like UITabBarItem however do, and we need to expose them there.

This regression has been introduced with #1086 (which addressed #1084, #1085)

PR Checklist

@mbektchiev mbektchiev added this to the 5.3.0 milestone Mar 11, 2019
@mbektchiev mbektchiev self-assigned this Mar 11, 2019
@cla-bot cla-bot bot added the cla: yes label Mar 11, 2019
@mbektchiev mbektchiev force-pushed the bektchiev/fix-ui-bar-item-properties branch from af52a16 to a5f6a1d Compare March 12, 2019 08:34
Fix issue with missing `imageInsets`, `landscapeImagePhone`, `title` properties of UITabBarItem.
These properties are declared in `UIBarItem` but it actually doesn't implement them. Some of its
successors like `UITabBarItem` however do, and we need to expose them there.

This regression has been introduced with #1086.
@mbektchiev mbektchiev force-pushed the bektchiev/fix-ui-bar-item-properties branch from a5f6a1d to e34f49e Compare March 12, 2019 09:07
@SvetoslavTsenov SvetoslavTsenov merged commit dadcfd0 into master Mar 12, 2019
@SvetoslavTsenov SvetoslavTsenov deleted the bektchiev/fix-ui-bar-item-properties branch March 12, 2019 11:30
@ghost ghost removed the bug label Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants