中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

navigationBar上的字體顏色

發布時間:2020-07-06 03:49:13 來源:網絡 閱讀:332 作者:guoleiappleapp 欄目:開發技術

titleTextAttributes(ios5.0以后可用)

  這是UINavigationBar的一個屬性,通過它你可以設置title部分的字體,這個屬性定義如下:

/* You may specify the font, text color, text shadow color, and text shadow offset for the title in the text attributes dictionary, using the keys found in UIStringDrawing.h. */
@property(nonatomic,copy) NSDictionary *titleTextAttributes __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_5_0) UI_APPEARANCE_SELECTOR;

  它的dictionary的key定義以及其對應的value類型如下:

//    Keys for Text Attributes Dictionaries//    NSString *const UITextAttributeFont;                       value: UIFont//    NSString *const UITextAttributeTextColor;                 value: UIColor//    NSString *const UITextAttributeTextShadowColor;       value: UIColor//    NSString *const UITextAttributeTextShadowOffset;      value: NSValue wrapping a UIOffset struct.

  下面看一個簡單的例子:

NSDictionary *dict = [NSDictionary dictionaryWithObject:[UIColor yellowColor] forKey:UITextAttributeTextColor];
childOne.navigationController.navigationBar.titleTextAttributes = dict;

  這個例子就是設置title的字體顏色為×××,怎么樣簡單吧。


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

武穴市| 高淳县| 宁强县| 南平市| 舟山市| 洞口县| 通山县| 松溪县| 鲜城| 增城市| 南康市| 莱芜市| 呼伦贝尔市| 贞丰县| 嵩明县| 军事| 濮阳市| 庆城县| 闽侯县| 宣恩县| 额敏县| 兰州市| 广饶县| 安西县| 阿拉尔市| 阳城县| 乌兰察布市| 静安区| 建德市| 响水县| 沁水县| 留坝县| 道孚县| 兖州市| 绥化市| 都安| 固原市| 东兴市| 古交市| 荥经县| 深泽县|