I have a strange behaviour in this code: UIApplication.SharedApplication.InvokeOnMainThread( new NSAction(() => { try { this.NavigationController.PopViewControllerAnimated(true); this.loginControl… (View Post)
I solved. I found in xcode ui builder every action you define for an outlet still remains in object properties but It is not visible into designer. I've done right click on the uibutton in the view a… (View Post)
to force the resource designer to update itself, try to remove main.axml layout file (without deleting ) then add it again to your project. There are many issues on this. If you copy and paste direct… (View Post)
I have an issue after upgrading to latest stable release..... When I open any axml file into Xamarin Studio I can't able to visualize the UI or the xml code. I have the error like in the snapshot att… (View Post)