SwiftTintedButtonExtension
A small Swift extension for tinting UIButton, like a UIBarButtonItem or a UINavigationItem
Install / Use
/learn @maximbilan/SwiftTintedButtonExtensionREADME
Swift Tinted Button Extension
A small <i>Swift</i> extension for tinting <i>UIButton</i>, like a <i>UIBarButtonItem</i> or a <i>UINavigationItem</i>.<br> Based on <a href="https://github.com/filipstefansson/UITintedButton">this</a>.

Installation
<b>CocoaPods:</b>
<pre> pod 'SwiftTintedButtonExtension' </pre><b>Manual:</b></br>
<pre> Copy <i>SwiftTintedButtonExtension.swift</i> to your project. </pre>Using
<pre> self.button.setImageTintColor(UIColor.yellowColor(), state: .Normal) self.button.setImageTintColor(UIColor.blueColor(), state: .Highlighted) </pre>License
SwiftTintedButtonExtension is available under the MIT license. See the LICENSE file for more info.
