I started using MonoTouch 5.x. I feel like fighting a NIB to use inheritance.
I want to use inheritance. I want to use the constructor to make my views. I want it all.
So, I was looking for a tool that generates xxx.designer.cs files, such as VS, does this: inserting controls into the code on the fly when developing using IB. Reduce NIB to development time function.
As far as I can tell, this is the cleanest approach with the best performance, which allows me to go through full C #, visual inheritance, etc.
Does anyone know of such an initiative? In any form or form?
Thanks.
source share