Hi,
I am using the latest alpha build of Xamarin Studio where I have created a storyboard for my iOS application. I am having an issue with setting the Widget -> Identity -> Name property of my controls. When I type a name in, it does not save, it blanks out after I select another control and return back to it.
I have even tried creating an outlet using XCode, which does generate code in Xamarin Studio for me to access the control from code, but I am getting a null reference exception when trying to run the application. The outlet which should be pointing to the control is null and the application breaks whenever I try access the outlet from code.
Is there something I am not doing or missing?