Skip to content

Commit

Permalink
Fixed appearance for tv os.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Oct 6, 2021
1 parent 6f50055 commit 75c6baa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public extension UINavigationBar {
}
}

@available(iOS 13.0, *)
@available(iOS 13.0, tvOS 13.0, *)
/**
SparrowKit: Set appearance for navigation bar.
*/
Expand All @@ -90,7 +90,7 @@ public extension UINavigationBar {
self.scrollEdgeAppearance = value.scrollEdgeAppearance
}

@available(iOS 13.0, *)
@available(iOS 13.0, tvOS 13.0, *)
/**
SparrowKit: Appearance cases.
*/
Expand Down
2 changes: 1 addition & 1 deletion SparrowKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'SparrowKit'
s.version = '3.3.3'
s.version = '3.3.4'
s.summary = 'Collection of native Swift extensions to boost your development. Support tvOS and watchOS.'
s.homepage = 'https://github.com/ivanvorobei/SparrowKit'
s.source = { :git => 'https://github.com/ivanvorobei/SparrowKit.git', :tag => s.version }
Expand Down

0 comments on commit 75c6baa

Please sign in to comment.