Hi,
I created a ViewController which created a xib file. I opened the xib file in XCode and added a label, textview, and buttons. I created outlets for each of them. Synced with Xamarin and everything shows up on the designer.cs. As soon as I build and run my project, all these controls are null. I've tried deleting and recreating all these controls on Xcode and re-synching but it doesn't seem to work.
Thanks