Reputation: 235
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.
Upvotes: 1
Views: 257
Reputation: 235
Found out looking at Monotouch.Dialog code that you need to call TableView.LoadView for this to happen.
Upvotes: 0