簡單設置 navgationbar(導航欄) 的 title 字體跟顏色

                NSDictionary *navbarTitleTextAttributes = [NSDictionary dictionaryWithObjectsAndKeys:
                                                                                                     [UIColor whiteColor],UITextAttributeTextColor,
                                                                                                     [UIColor blackColor], UITextAttributeTextShadowColor,
                                                                                                     [UIFont fontWithName:CHINESE_FONT_NAME size:20.0f],UITextAttributeFont,
                                                                                                     [NSValue valueWithUIOffset:UIOffsetMake(-1, 0)], UITextAttributeTextShadowOffset, nil];
                [[UINavigationBar appearance] setTitleTextAttributes:navbarTitleTextAttributes];
相關文章
相關標籤/搜索