Tried this; no joy;
public class CRNavigationController : UINavigationController
{
[Export("initWithNavigationBarClass:toolbarClass:")]
public CRNavigationController(UIViewController vc) : base(vc)
{
CRNavigationBar nb = new CRNavigationBar();
Handle = Messaging.intptr_objc_msgSend_intptr(this.Handle,
Selector.GetHandle("initWithNavigationBarClass:toolbarClass:"), nb.Handle);
}
}
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/How-to-use-initWithNavigationBarClass-with-MonoTouch-tp4658500p4658502.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch