diff --git a/src/uikit.cs b/src/uikit.cs index 7c98113b81..4e5118b1f7 100644 --- a/src/uikit.cs +++ b/src/uikit.cs @@ -9718,6 +9718,10 @@ namespace UIKit { [Export ("initWithFrame:")] IntPtr Constructor (CGRect frame); + // moved to UIFocusItemScrollableContainer in iOS 12 - but that makes the availability information incorrect (so `new` is used to avoid compiler warnings) + [Export ("contentOffset")] + new CGPoint ContentOffset { get; set; } + [Export ("contentSize")] new CGSize ContentSize { get; set; }