您好,登錄后才能下訂單哦!
//導航條標題
self.navigationItem.title = @"title";
//導航條返回時文字的設置
self.navigationController.navigationBar.topItem.title= @"";
//去掉導航條返回時文字
[[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(NSIntegerMin, NSIntegerMin) forBarMetrics:UIBarMetricsDefault];
//導航條返回時箭頭顏色的設置
self.navigationController.navigationBar.tintColor = [UIColor redColor];
//導航條的顏色
self.navigationController.navigationBar.barTintColor =[UIColor blackColor];
//隱藏返回按鈕
self.navigationItem.hidesBackButton = YES;
//設置導航條背景顏色
[[UINavigationBar appearance]setBarTintColor:[UIColor redColor]];
//設置導航條背景圖片
[[UINavigationBar appearance]setBackgroundImage:[UIImage p_w_picpathNamed:@"ios"] forBarMetrics:UIBarMetricsDefault];
//設置導航條標題的顏色和字體大小
[self.navigationController.navigationBar setTitleTextAttributes:
@{NSFontAttributeName:[UIFont systemFontOfSize:19],
NSForegroundColorAttributeName:[UIColor redColor]}];
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。