I am using the xcode interface builder to build the UI, when I drag the touch event to header file, it generates following code in my C# project
file
x.designer.cd
[Action ("NextAction")]
partial void NextAction (Foundation.NSObject sender)
I also see it in both the header file and the m file, but the x.cs file does not generate any touch code in
,x.cs file anymore. I am wondering if it is a bug or i am doing wrong using the xcode interface builder. I have say the current xamarin tutorial is not up to date anymore, specially the event binding part.