migueldeicaza / MonoTouch.Dialog

Tools to simplify creating dialogs with the user using MonoTouch
MIT License
430 stars 211 forks source link

about WeakDelegate<DialogViewController> #247

Open hegelsu opened 6 years ago

hegelsu commented 6 years ago

I add view like this: void CreateView(){ var dvc = new DialogView(); //set source this.View.AddSubView(dvc.View); } it cashed when click dvc's row in method RowSelected: Container => container... because this row return null;