-
-
Save pavan-idapalapati/75e5e995bf1c40bfaba09e792f4580e5 to your computer and use it in GitHub Desktop.
IOS hacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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