美文网首页
iOS-appearance

iOS-appearance

作者: Zhui_Do | 来源:发表于2017-03-30 14:25 被阅读18次

原文

  • (id)appearance
    这个方法是统一全部改,比如你设置UINavBar的tintColor,你可以这样写:[[UINavigationBar appearance] setTintColor:myColor];

但是它并不是支持所有的UI类。下面列出它支持的类
  1.UIActivitiIndicatorView
  2.UIBarButtonItem
  3.UIBarItem
  4.UINavgationBar
  5.UIPopoverControll
  6.UIProgressView
  7.UISearchBar
  8.UISegmentControll
  9.UISlider
  10.UISwitch
  11.UITabBar
  12.UITabBarItem
  13.UIToolBar
  14.UIView
  15.UIViewController

相关文章

  • iOS-appearance

    原文 (id)appearance这个方法是统一全部改,比如你设置UINavBar的tintColor,你可以这样...

网友评论

      本文标题:iOS-appearance

      本文链接:https://www.haomeiwen.com/subject/nhtpottx.html