UIViewAppearanceSwift 1.0

UIViewAppearanceSwift 1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2016

Maintained by Le Tai.



  • By
  • Le Tai

Install:

pod 'UIViewAppearanceSwift'

Implementation:

import UIViewAppearanceSwift

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