Package org.robovm.apple.uikit
Interface UIColorPickerViewControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIColorPickerViewControllerDelegateAdapter
public interface UIColorPickerViewControllerDelegate extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description voiddidFinish(UIColorPickerViewController viewController)voiddidSelectColor(UIColorPickerViewController viewController)Deprecated.Deprecated in iOS 15.0.voiddidSelectColor(UIColorPickerViewController viewController, UIColor color, boolean continuously)
-
Method Details
-
didSelectColor
Deprecated.Deprecated in iOS 15.0. Use colorPickerViewController:didSelectColor:continuously:- Since:
- Available in iOS 14.0 and later.
-
didSelectColor
void didSelectColor(UIColorPickerViewController viewController, UIColor color, boolean continuously)- Since:
- Available in iOS 15.0 and later.
-
didFinish
-