UIKit.UITableViewDelegate Class
A class that receives notifications from a UITableView. MonoTouch developers should generally use UIKit.UITableViewSource instead of this class.

See Also: UITableViewDelegate Members

Syntax

[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("UITableViewDelegate", false)]
public class UITableViewDelegate : UIScrollViewDelegate, IUITableViewDelegate, IDisposable

Remarks

Implementing UIKit.UITableView often requires subclasses of both UIKit.UITableViewDataSource and UIKit.UITableViewDelegate to provide data and behavior for the table view. MonoTouch provides a single class - UIKit.UITableViewSource - so that only one class needs to be implemented.

The UITableViewDelegate class methods provide a table view with the ability to manage selection, configure section headers and footers, delete and reorder cells and control the editing menu.

Related content

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0