xamarin-macios/tests/xtro-sharpie/iOS-UIKit.ignore

89 строки
5.0 KiB
Plaintext

## we do not (need to) redefine the tintColor at every level, it will be dispatched to the right type
!missing-selector! UIRefreshControl::setTintColor: not bound
!missing-selector! UIRefreshControl::tintColor not bound
!missing-selector! UIToolbar::setTintColor: not bound
!missing-selector! UIToolbar::tintColor not bound
## macro is used in UIBarCommon.h: #define UIToolbarPosition UIBarPosition
!unknown-native-enum! UIToolbarPosition bound
### ARM ABI issue wrt variadic arguments
!missing-selector! UIAlertView::initWithTitle:message:delegate:cancelButtonTitle:otherButtonTitles: not bound
# Apple docs: Deprecated in iOS 3.2
!unknown-field! UIKeyboardBoundsUserInfoKey bound
!unknown-field! UIKeyboardCenterBeginUserInfoKey bound
!unknown-field! UIKeyboardCenterEndUserInfoKey bound
# from docs: Important: UIActionSheetDelegate is deprecated in iOS 8.
!missing-protocol-conformance! UIDocumentInteractionController should conform to UIActionSheetDelegate
## exception name, not clear if useful
!missing-field! UIApplicationInvalidInterfaceOrientationException not bound
## fixed for XAMCORE_4_0
!incorrect-protocol-member! UIDocumentPickerDelegate::documentPicker:didPickDocumentAtURL: is OPTIONAL and should NOT be abstract
!incorrect-protocol-member! UIFocusItem::frame is REQUIRED and should be abstract
!incorrect-protocol-member! UIFocusEnvironment::focusItemContainer is REQUIRED and should be abstract
!incorrect-protocol-member! UIFocusEnvironment::parentFocusEnvironment is REQUIRED and should be abstract
## Special case from UIAccessibilityAction. We added it (completly) on UIResponser but magic tap is also available on app delegate according to docs
## See comments is uikit.cs for more info
!extra-protocol-member! unexpected selector UIApplicationDelegate::accessibilityPerformMagicTap found
## Obsoleted selectors in very early versions of iOS (3.0) and removed in XAMCORE_3_0
!extra-protocol-member! unexpected selector UITableViewDelegate::tableView:accessoryTypeForRowWithIndexPath: found
!extra-protocol-member! unexpected selector UIImagePickerControllerDelegate::imagePickerController:didFinishPickingImage:editingInfo: found
# fixed in XAMCORE_4_0 - API break
!incorrect-protocol-member! UIDocumentMenuDelegate::documentMenuWasCancelled: is OPTIONAL and should NOT be abstract
## the category name is clear enough: UIPrintPaper_Deprecated_Nonfunctional
!missing-selector! UIPrintPaper::printRect not bound
## unsorted
!missing-selector! NSObject::accessibilityDragSourceDescriptors not bound
!missing-selector! NSObject::accessibilityDropPointDescriptors not bound
!missing-selector! NSObject::setAccessibilityDragSourceDescriptors: not bound
!missing-selector! NSObject::setAccessibilityDropPointDescriptors: not bound
## https://github.com/xamarin/xamarin-macios/issues/3213 should be fixed before conformance to 'UIStateRestoring' is restored.
!missing-protocol-conformance! UIViewController should conform to UIStateRestoring (defined in 'UIStateRestoration' category)
# Xcode 11
## Inherited from another protocol
!missing-protocol-member! NSCollectionLayoutVisibleItem::bounds not found
!missing-protocol-member! NSCollectionLayoutVisibleItem::center not found
!missing-protocol-member! NSCollectionLayoutVisibleItem::setCenter: not found
!missing-protocol-member! NSCollectionLayoutVisibleItem::setTransform: not found
!missing-protocol-member! NSCollectionLayoutVisibleItem::transform not found
## This is a breaking change
!incorrect-protocol-member! UITextDocumentProxy::setMarkedText:selectedRange: is REQUIRED and should be abstract
!incorrect-protocol-member! UITextDocumentProxy::unmarkText is REQUIRED and should be abstract
## Not really useful to have them exposed
!missing-pinvoke! UIFontWeightForImageSymbolWeight is not bound
!missing-pinvoke! UIImageSymbolWeightForFontWeight is not bound
## It got renamed from UITextWritingDirection to NSWritingDirection but it is a breaking change
## Fixed in XAMCORE_4_0
!unknown-native-enum! UITextWritingDirection bound
## Introduced and deprecated in Xcode 11 and likely it will be removed in a future beta
!missing-enum! UIDirectionalRectEdge not bound
!missing-selector! UIGestureRecognizer::initWithCoder: not bound
!missing-selector! UIKeyCommand::action not bound
!missing-protocol-member! UICollectionViewDelegate::collectionView:willCommitMenuWithAnimator: not found
!missing-protocol-member! UIContextMenuInteractionDelegate::contextMenuInteraction:willCommitWithAnimator: not found
!missing-protocol-member! UIContextMenuInteractionDelegate::contextMenuInteractionDidEnd: not found
!missing-protocol-member! UIContextMenuInteractionDelegate::contextMenuInteractionWillPresent: not found
!missing-protocol-member! UITableViewDelegate::tableView:willCommitMenuWithAnimator: not found
## Introduced in Xcode 11 b5 but unlikely to be there at the end of beta, these usualy get replaced by NSCopying protocol
!missing-selector! UIBarAppearance::copy not bound
!missing-selector! UIBarButtonItemAppearance::copy not bound
!missing-selector! UITabBarItemAppearance::copy not bound