We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fae52 commit 5ee5ebfCopy full SHA for 5ee5ebf
ios/TabViewImpl.swift
@@ -80,7 +80,7 @@ struct TabViewImpl: View {
80
}
81
82
83
-func configureAppearance(for appearanceType: String) -> UITabBarAppearance {
+private func configureAppearance(for appearanceType: String) -> UITabBarAppearance {
84
let appearance = UITabBarAppearance()
85
86
switch appearanceType {
0 commit comments