-
Methods in org.robovm.apple.uikit with parameters of type UISpringLoadedInteractionContext
| Modifier and Type |
Method |
Description |
void |
UISpringLoadedInteractionEffect.didChange(UISpringLoadedInteraction interaction,
UISpringLoadedInteractionContext context) |
|
void |
UISpringLoadedInteractionEffectAdapter.didChange(UISpringLoadedInteraction interaction,
UISpringLoadedInteractionContext context) |
|
boolean |
UISpringLoadedInteractionBehavior.shouldAllowInteraction(UISpringLoadedInteraction interaction,
UISpringLoadedInteractionContext context) |
|
boolean |
UISpringLoadedInteractionBehaviorAdapter.shouldAllowInteraction(UISpringLoadedInteraction interaction,
UISpringLoadedInteractionContext context) |
|
boolean |
UICollectionViewController.shouldSpringLoadItem(UICollectionView collectionView,
NSIndexPath indexPath,
UISpringLoadedInteractionContext context) |
|
boolean |
UICollectionViewDelegate.shouldSpringLoadItem(UICollectionView collectionView,
NSIndexPath indexPath,
UISpringLoadedInteractionContext context) |
|
boolean |
UICollectionViewDelegateAdapter.shouldSpringLoadItem(UICollectionView collectionView,
NSIndexPath indexPath,
UISpringLoadedInteractionContext context) |
|
boolean |
UICollectionViewModel.shouldSpringLoadItem(UICollectionView collectionView,
NSIndexPath indexPath,
UISpringLoadedInteractionContext context) |
|
boolean |
UITableViewController.shouldSpringLoadRow(UITableView tableView,
NSIndexPath indexPath,
UISpringLoadedInteractionContext context) |
|
boolean |
UITableViewDelegate.shouldSpringLoadRow(UITableView tableView,
NSIndexPath indexPath,
UISpringLoadedInteractionContext context) |
|
boolean |
UITableViewDelegateAdapter.shouldSpringLoadRow(UITableView tableView,
NSIndexPath indexPath,
UISpringLoadedInteractionContext context) |
|
boolean |
UITableViewModel.shouldSpringLoadRow(UITableView tableView,
NSIndexPath indexPath,
UISpringLoadedInteractionContext context) |
|