You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: