Hi Andrew and Jowi,

I'm bringing this up with the MonoDevelop guys to see what their
reasoning is/was. Will let you guys know what their answer is when I
find out.

Jeff

On Sun, Sep 18, 2011 at 7:17 PM, ayoung <andrewdyo...@gmail.com> wrote:
> I'm pretty sure we need this one
> public KuroInfoController (IntPtr handle) : base (handle)
>
> On Sunday, September 18, 2011 at 10:05, jowi [via MonoTouch] wrote:
>
> Jeff Stedfast wrote:
> I think most of the old ctors weren't really valuable and so they were
> stripped out. You can still add them, of course.
>
> I've been writing an iPad app in my spare time and have not felt the need
> for these and they never really made sense to me so I haven't felt the need
> to poke the MonoDevelop developers about this.
>
> What i'm doing is basically replicating the sample on page 77 of the WROX
> book 'Professional iPhone Programming with Monotouch and .NET/c#' by
> McClure/Bowling/Dunn/Hardy&Blyth.
>
> There they're using a view-with-controller with the 'extra' constructors to
> create a xib which is added using interface builder to a TabBarController as
> a custom class. If i use the constructor generated by default, it crashes
> the xib the moment it is loaded. If i change the constructors to the ones
> generated using Monodevelop 2.6, all is fine and the program works...
>
> So my conclusion would be that the stuff generated in 2.8 creates faulty
> code... i could test some more and try to find out what is actually going on
> and if all three constructors are needed or what else is going on.
>
>
>
> I'm not sure if all 3 constructors are needed, i'll try to find out some
> more on what is needed.
>
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://monotouch.2284126.n4.nabble.com/view-with-controller-code-generation-problem-tp3820212p3822247.html
> To start a new topic under MonoTouch, email [hidden email]
> To unsubscribe from MonoTouch, click here.
>
> ________________________________
> View this message in context: Re: view-with-controller code generation
> problem
> Sent from the MonoTouch mailing list archive at Nabble.com.
>
> _______________________________________________
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to