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
    boolean isSpringLoaded()  
    void setSpringLoaded​(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.