Package org.robovm.apple.uikit
Interface UISpringLoadedInteractionSupporting
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
INUIAddVoiceShortcutButton,MKUserTrackingBarButtonItem,PKAddPassButton,PKPaymentButton,UIAlertController,UIBarButtonItem,UIButton,UICollectionView,UISegmentedControl,UISpringLoadedInteractionSupportingAdapter,UITabBar,UITabBarItem,UITableView
public interface UISpringLoadedInteractionSupporting extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description booleanisSpringLoaded()voidsetSpringLoaded(boolean v)
-
Method Details
-
isSpringLoaded
boolean isSpringLoaded()- Since:
- Available in iOS 11.0 and later.
-
setSpringLoaded
void setSpringLoaded(boolean v)- Since:
- Available in iOS 11.0 and later.
-