Reputation: 10475
I am a Xamarin beginner working on a cross platform mobile project using MvvmCross.
I just upgraded to Xcode 7 and Xamarin Studio 5.10 and trying to use older iOS xib files in Xamarin iOS Designer instead of Xcode.
Although the xib does't have a view controller object, previously, when the xib opened in Xcode 6, I could connect the outlets directly to the Files Owner
which is missing in the Designer (see image below).
I have 2 questions
Why do the view controller xibs created in MvvmCross do not contain the ViewController
object
How can I access 'Files Owner' in the Xamarin iOS Designer?
Upvotes: 2
Views: 701
Reputation: 4329
After having some issues finding it I too thought it had been missed out of Xamarin Studio. Instead of clicking on the white area, click on the grey background the surrounds the view. The option to set the file's owner will then appear in the properties pane ->
Upvotes: 2