The solution is very simple, just edit your MonoTouch.Dialog source code and change the method below to not include private fields when doing the reflection:
void Populate (object callbacks, object o, RootElement root)
{
MemberInfo last_radio_index = null;
var members = o.GetType ().GetMembers (BindingFlags.DeclaredOnly | BindingFlags.Public |
BindingFlags.Instance);
Ingen kommentarer:
Legg inn en kommentar