麻花豆传媒剧国,亚洲国产精品无码,欧州黄片视频免费观看,外国性生活一区二区

問答

ios怎樣修改導航欄標題字體樣式和顏色

提問者:vi.wa2015-01-29 00:00

最佳答案

這個要用自定義的view 才能設置:方法如下//設置標題// self.title = @"title1";//修改title 會改變navigationItem。title ,但反之不會,一般設置title用此方法就好了// self.navigationController.title = @"title2";// //自定義標題// UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 44)]; // view.backgroundColor = [UIColor redColor];UILabel *title = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 100, 44)]; title.text = @"title3"; title.textAlignment = NSTextAlignmentCenter; title.textColor = [UIColor redColor]; self.navigationItem.titleView = title;

回答者:F3374418462016-01-29 00:00

相關問題

車友關注

最新標簽

按字母分類:
ABCDEFGHIJKLMNOPQRSTWXYZ0-9