Delegates are missing in intellisense

elements 10.0.0.2321
Visual Studio 2015 Community update 3

I’m writing an app for iOS and Intellisense does not show delegates (interfaces) from UIKit.

Concrete example?

  RootViewController = public class(UIViewController, UITextFieldDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate)

Intellisense helps with UIViewControler but not with the others (delegates).

Oh, that’s because they start with “I”, in Oxygene. IUITextFieldDelegate, etc.

Perfect, thanks.

1 Like