Currently our developers are looking to use T4templates to auto generate the code for some objects, is there anyway that we can use the same technology to auto generate Uimaps?
T4 Templates run at compile time. Your suggestion would be really cool if it were possible, but consider that some controls are dynamic and determined at run time. You could potentially rig up some code to auto generate a UIMap if all
of your UI elements were static.