mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Make scrollEdgesAppearance singular to match UIKit
This commit is contained in:
@@ -112,7 +112,7 @@ import DesignKit
|
||||
/// - Parameter tabBar: The tab bar to customise.
|
||||
func applyStyle(onTabBar tabBar: UITabBar)
|
||||
|
||||
/// Apply the theme on a navigation bar, without enabling the iOS 15's scroll edges appearance.
|
||||
/// Apply the theme on a navigation bar, without enabling the iOS 15's scroll edge appearance.
|
||||
///
|
||||
/// - Parameter navigationBar: the navigation bar to customise.
|
||||
func applyStyle(onNavigationBar navigationBar: UINavigationBar)
|
||||
@@ -120,9 +120,9 @@ import DesignKit
|
||||
/// Apply the theme on a navigation bar.
|
||||
///
|
||||
/// - Parameter navigationBar: the navigation bar to customise.
|
||||
/// - Parameter modernScrollEdgesAppearance: whether or not to use the iOS 15 style scroll edges appearance
|
||||
/// - Parameter modernScrollEdgeAppearance: whether or not to use the iOS 15 style scroll edge appearance
|
||||
func applyStyle(onNavigationBar navigationBar: UINavigationBar,
|
||||
withModernScrollEdgesAppearance modernScrollEdgesAppearance: Bool)
|
||||
withModernScrollEdgeAppearance modernScrollEdgeAppearance: Bool)
|
||||
|
||||
/// Apply the theme on a search bar.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user