I need to change the background color (or any color at all) of an entire section using Monotouch dialog.
Some answers like this one propose to subclass the DialogViewController but using Json to load the UI doesn't give that option (Or maybe it does but i dont get how do to it).
Same thing using EntryElement, the "background", "textcolor", "detailcolor" and "color" properties work for the StringElement but not for the EntryElement. I've tried with the GetCell() method but without good results.
Any leads on this are greatly appreciated!
Thanks