Skip to content

Commit 5ee5ebf

Browse files
committed
feat: make func private
1 parent 85fae52 commit 5ee5ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/TabViewImpl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct TabViewImpl: View {
8080
}
8181
}
8282

83-
func configureAppearance(for appearanceType: String) -> UITabBarAppearance {
83+
private func configureAppearance(for appearanceType: String) -> UITabBarAppearance {
8484
let appearance = UITabBarAppearance()
8585

8686
switch appearanceType {

0 commit comments

Comments
 (0)