Commit b0c3c055 by Orkhan Alikhanov

Fixed tabs controller divider alignment

parent 5cbdd8f2
......@@ -327,6 +327,7 @@ fileprivate extension TabsController {
/// Prepares the TabBar.
func prepareTabBar() {
tabBar.lineAlignment = .bottom == tabBarAlignment ? .top : .bottom
tabBar.dividerAlignment = .bottom == tabBarAlignment ? .top : .bottom
tabBar._delegate = self
view.addSubview(tabBar)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment