Swapnil Luktuke
Swapnil Luktuke

Reputation: 10475

Xamarin iOS Designer xib missing 'Files Owner', 'ViewController' objects in Document Outline

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

  1. Why do the view controller xibs created in MvvmCross do not contain the ViewController object

  2. How can I access 'Files Owner' in the Xamarin iOS Designer?

enter image description here

Upvotes: 2

Views: 701

Answers (1)

James Mundy
James Mundy

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 -> The Xamarin Studio UI showing files owner

Upvotes: 2

Related Questions