1

Is this possible to apply new style to already created DialogViewController? In one of my views I need to clear root and change from grouped to plain view.

Just setting style to new one doesn't do anything, so I'm not sure if I need to call some refresh method or this is not possible at all.

poupou
  • 43,413
  • 6
  • 77
  • 174
ErnestJ
  • 167
  • 12

1 Answers1

0

Found out looking at Monotouch.Dialog code that you need to call TableView.LoadView for this to happen.

ErnestJ
  • 167
  • 12