Package apple.uikit.protocol
Interface UIBarPositioningDelegate
-
- All Known Subinterfaces:
UINavigationBarDelegate,UISearchBarDelegate,UIToolbarDelegate
public interface UIBarPositioningDelegate
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default longpositionForBar(UIBarPositioning bar)Implement this method on your manual bar delegate when not managed by a UIKit controller.
-
-
-
Method Detail
-
positionForBar
default long positionForBar(UIBarPositioning bar)
Implement this method on your manual bar delegate when not managed by a UIKit controller. UINavigationBar and UISearchBar default to UIBarPositionTop, UIToolbar defaults to UIBarPositionBottom. This message will be sent when the bar moves to a window.
-
-