diff --git a/src/uikit.cs b/src/uikit.cs index 43873fdd6a..ea52f5e7c2 100644 --- a/src/uikit.cs +++ b/src/uikit.cs @@ -10040,6 +10040,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; }