Setting a custom font for Monotouch-dialog elements
Is there a way to set the fonts when a Monotouch Dialog class has been instansiated? [Section("This is the header")] This will render with the default blue text with drop shadow, but I can't find where that font is being set. Is there a way to overwrite which font and color it uses? I found a solution for those looking to replace ALL section headers in the entire solution. In MonoTouch.Dialog , there is a class named DialogViewController which is used when creating views with the reflection API. And in here, there's a method called GetViewForHeader() . Instead of sending back just the normal