ios - swift change tab bar title font -


i wonder how can change font , size of title in tabs when use tab bar.

i have looked in docs , cant find title font , size - source

you can change via appearance proxy:

let font: uifont = ... uitabbaritem.appearance().settitletextattributes([nsfontattributename: font], forstate: .normal) 

you should put in app delegate in func application(application: uiapplication, didfinishlaunchingwithoptions launchoptions: [nsobject: anyobject]?) -> bool


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -