I'm working through some Obj-C examples, and translating them into
MonoTouch.  I'm looking at code which is within an  *initWithNibName *method
within a *UIViewController*

Looking at Miguel's Rosetta Stone
<http://tirania.org/tmp/rosetta.html>mapping index of Obj-C selectors
to methods, I'm finding this:

Class UIViewController
Selector: *initWithNibName:bundle:*
Method: *IntPtr Constructor ([NullAllowed] string nibName, [NullAllowed]
NSBundle bundle);*



Is it fair to say that is simply the C# constructor of my derived class?
 Or is that pointing at something else?

-- 
*Phil *Cockfield
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to