mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
Added an example to showcase when items are reset to an new array. Fixed the bug when we reset items and they don't layout correctly. After a reset, set the selected tab to Null to mirror UITabBar https://developer.apple.com/documentation/uikit/uitabbar/1623453-selecteditem?language=objc Added two test to check for selection being Null after a reset and frames not being zero after a reset. Closes #4429