Created
August 1, 2017 11:49
-
-
Save iAmrSalman/9d606a7c30db9f08f77fe43f30532110 to your computer and use it in GitHub Desktop.
[UINavigationBar Appearance] #swift3 #navigationBar
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
func AV_FONT(_ size: CGFloat) -> (UIFont?) { | |
return UIFont(name: "Avenir-Medium", size: size) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment