Skip to content

levantAJ/UIViewAppearanceSwift

Repository files navigation

UIViewAppearanceSwift

#Install:

pod 'UIViewAppearanceSwift' :git => 'https://github.com/levantAJ/UIViewAppearanceSwift.git', :branch => 'master'

#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)
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages