Skip to content

Commit 75c6baa

Browse files
committed
Fixed appearance for tv os.
1 parent 6f50055 commit 75c6baa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/SparrowKit/UIKit/Extensions/UINavigationBarExtension.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public extension UINavigationBar {
8181
}
8282
}
8383

84-
@available(iOS 13.0, *)
84+
@available(iOS 13.0, tvOS 13.0, *)
8585
/**
8686
SparrowKit: Set appearance for navigation bar.
8787
*/
@@ -90,7 +90,7 @@ public extension UINavigationBar {
9090
self.scrollEdgeAppearance = value.scrollEdgeAppearance
9191
}
9292

93-
@available(iOS 13.0, *)
93+
@available(iOS 13.0, tvOS 13.0, *)
9494
/**
9595
SparrowKit: Appearance cases.
9696
*/

SparrowKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

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

0 commit comments

Comments
 (0)