Skip to content

Instantly share code, notes, and snippets.

@pavan-idapalapati
Last active July 18, 2019 07:43
Show Gist options
  • Save pavan-idapalapati/75e5e995bf1c40bfaba09e792f4580e5 to your computer and use it in GitHub Desktop.
Save pavan-idapalapati/75e5e995bf1c40bfaba09e792f4580e5 to your computer and use it in GitHub Desktop.
IOS hacks
#Rounded Corners
button.layer.cornerRadius = button.frame.size.height/2;
#UI tab bar color settings
UITabbar.apperence().barTintColor = .black // background
UITabbar.apperence().tintColor = .red // icon fill color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment