UIViewAppearanceSwift 1.0

UIViewAppearanceSwift 1.0

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2016年11月

Le Tai 管理。



  • Le Tai

安装

pod 'UIViewAppearanceSwift'

实现

import UIViewAppearanceSwift

func layout() {
    UINavigationBar.appearanceWhenContained(within: MFMailComposeViewController.self).barStyle = .black
    UIBarButtonItem.appearanceWhenContained(within: UISearchBar.self).setTitleTextAttributes([NSFontAttributeName: UIFont.systemFont(ofSize: 15)], for: .normal)
}