[iOS] Convert TabStripCoordinator to use a UIViewController. |
|
Issue descriptionIt currently manages a UIView that is presented via the TabStripPresentation protocol by BVC. It should be updated to expose a UIViewController that's added as a child of BVC in order to bring it closer to other coordinator implementations. This will also allow it to be stored in a ToolbarContainerCoordinator, which will move a lot of toolbar layout code out of BVC. |
|
►
Sign in to add a comment |
|