Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
After update to Visual Studio 2019 version 16.9, I started using Xcode Interface Builder to continue building your Xamarin.iOS user interfaces.
The problem is when I create new view controller in Xcode Interface Builder and InstantiateViewController, it return null. Before this update, I using Xamarin iOS designer ,it work fine.
Is there any way I can fix it?
Here some screenshot, for better view:-
Just found the issue, my namespace in designer.cs should same namespace in viewcontroller.cs. Happy coding.
1) namespace for viewcontroller.cs

2) namespace for designer.cs
