Skip to content

Commit

Permalink
bump version and fix remove gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianDRM committed Apr 5, 2017
1 parent 0bb9354 commit 82463bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OCMixins.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'OCMixins'
s.version = '1.3.0'
s.version = '1.3.1'
s.summary = 'A bunch of awesome mixins.'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion OCMixins/Classes/NavigationBarGradient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public extension NavigationBarGradient where Self: UIViewController {
return
}

guard navigationController.view.subviews.filter({ $0 is GradientView }).count == 0 else {
guard navigationController.view.subviews.filter({ $0 is GradientView }).count > 0 else {
return
}

Expand Down

0 comments on commit 82463bb

Please sign in to comment.