Skip to content

Commit

Permalink
Update to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderTan authored and EnderTan committed Mar 9, 2017
1 parent c5471a2 commit 4e577b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ETNavBarTransparent/ETNavBarTransparent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import UIKit

extension UIColor {
class func defaultNavBarTintColor() -> UIColor {
open class func defaultNavBarTintColor() -> UIColor {
return UIColor(red: 0, green: 0.478431, blue: 1, alpha: 1.0)
}

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import UIKit

extension UIColor {
class func defaultNavBarTintColor() -> UIColor {
open class func defaultNavBarTintColor() -> UIColor {
return UIColor(red: 0, green: 0.478431, blue: 1, alpha: 1.0)
}

Expand Down

0 comments on commit 4e577b8

Please sign in to comment.