Harsh Gandhi

Results 2 comments of Harsh Gandhi

I have the same problem. Once I login, and as i click on flyout button to navigate it shows me nullReferanceException. Can anybody suggest the solution for this.

##MainController.cs using System; using System.Linq; using System.Collections.Generic; #if **UNIFIED** using UIKit; using Foundation; #else using MonoTouch.Foundation; using MonoTouch.UIKit; #endif using MonoTouch.Dialog; using FlyoutNavigation; namespace GoodTVIOS { public class MainController :...