diff --git a/src/uikit.cs b/src/uikit.cs index 8f7e353fae73..4d4b291b9670 100644 --- a/src/uikit.cs +++ b/src/uikit.cs @@ -11487,11 +11487,11 @@ interface UITableViewDataSource { [Export ("tableView:canMoveRowAtIndexPath:")] bool CanMoveRow (UITableView tableView, NSIndexPath indexPath); - [NoTV] + [TV (10,2)] [Export ("sectionIndexTitlesForTableView:")] string [] SectionIndexTitles (UITableView tableView); - [NoTV] + [TV (10,2)] [Export ("tableView:sectionForSectionIndexTitle:atIndex:")] nint SectionFor (UITableView tableView, string title, nint atIndex);