Skip to content

Instantly share code, notes, and snippets.

@iAmrSalman
Created August 1, 2017 12:57
Show Gist options
  • Save iAmrSalman/cc2361669775e5f6ac4f7d56f96f212c to your computer and use it in GitHub Desktop.
Save iAmrSalman/cc2361669775e5f6ac4f7d56f96f212c to your computer and use it in GitHub Desktop.
[remove top line from TabBar] #swift3 #tabbar
UITabBar.appearance().layer.borderWidth = 0.0
UITabBar.appearance().clipsToBounds = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment