UITableViewDelegate.EditActionsForRow(UITableView, NSIndexPath) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of row actions to display after the user swipes the row in the tableView
table view that is identified by indexPath
.
[Foundation.Export("tableView:editActionsForRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITableViewRowAction[] EditActionsForRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member EditActionsForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewRowAction[]
override this.EditActionsForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewRowAction[]
Parameters
- tableView
- UITableView
- indexPath
- NSIndexPath
Returns
- Attributes