Package org.robovm.apple.uikit
Interface UISheetPresentationControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UIAdaptivePresentationControllerDelegate
- All Known Implementing Classes:
UISheetPresentationControllerDelegateAdapter
public interface UISheetPresentationControllerDelegate extends UIAdaptivePresentationControllerDelegate
- Since:
- Available in iOS 15.0 and later.
-
Method Summary
Modifier and Type Method Description voidsheetPresentationControllerDidChangeSelectedDetentIdentifier(UISheetPresentationController sheetPresentationController)Methods inherited from interface org.robovm.apple.uikit.UIAdaptivePresentationControllerDelegate
getAdaptivePresentationStyle, getAdaptivePresentationStyle, getViewController, prepareAdaptivePresentationController, presentationControllerDidAttemptToDismiss, presentationControllerDidDismiss, presentationControllerShouldDismiss, presentationControllerWillDismiss, willPresent
-
Method Details
-
sheetPresentationControllerDidChangeSelectedDetentIdentifier
void sheetPresentationControllerDidChangeSelectedDetentIdentifier(UISheetPresentationController sheetPresentationController)
-