Borderless UITabBar in just 2 lines of code

Daniel Kioko
TheCodr
Published in
1 min readApr 14, 2020
Borderless UITabBar

It makes sense to remove borders from the tab bar to give a minimalistic look and a satisfying borderless aesthetic — especially when don’t have much to scroll on a page

To achieve this you’ll need to change just two things about the UITabBar, its shadow and its background.

Note: Once you do this from one of the View Controllers attached to the TabBarController, you don’t need to repeat it on other view controllers.

Have Fun!

--

--