Uses of Class
org.robovm.apple.uikit.UITableViewRowAction
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITableViewRowAction in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return types with arguments of type UITableViewRowAction Modifier and Type Method Description NSArray<UITableViewRowAction>UITableViewController. getEditActionsForRow(UITableView tableView, NSIndexPath indexPath)Deprecated.Deprecated in iOS 13.0.NSArray<UITableViewRowAction>UITableViewDelegate. getEditActionsForRow(UITableView tableView, NSIndexPath indexPath)Deprecated.Deprecated in iOS 13.0.NSArray<UITableViewRowAction>UITableViewDelegateAdapter. getEditActionsForRow(UITableView tableView, NSIndexPath indexPath)Deprecated.Deprecated in iOS 13.0.NSArray<UITableViewRowAction>UITableViewModel. getEditActionsForRow(UITableView tableView, NSIndexPath indexPath)Method parameters in org.robovm.apple.uikit with type arguments of type UITableViewRowAction Modifier and Type Method Description protected static longUITableViewRowAction. create(UITableViewRowActionStyle style, String title, VoidBlock2<UITableViewRowAction,NSIndexPath> handler)Deprecated.Constructor parameters in org.robovm.apple.uikit with type arguments of type UITableViewRowAction Constructor Description UITableViewRowAction(UITableViewRowActionStyle style, String title, VoidBlock2<UITableViewRowAction,NSIndexPath> handler)Deprecated.