Re: Push a second pane?
Re: Push a second pane?
- Subject: Re: Push a second pane?
- From: Vachik Hovhannisyan <email@hidden>
- Date: Wed, 08 May 2013 20:14:03 -0700 (PDT)
I had similar situation some time ago, and I solved this by having single pane with tabless Tab View. Whenever I needed new view to be shown in the pane I switched the Tab View's current tab index inside the - (BOOL)shouldExitPane:(InstallerSectionDirection)dir handler when needed and returned NO to the caller.
From: Scott Grosch <email@hidden>
To: "email@hidden" <email@hidden>
Sent: Wednesday, May 8, 2013 5:04 PM
Subject: Push a second pane?
Hi all, thanks for the great answers and help to all my questions! I have one last item I need to figure out and then I think my installer is complete. From looking at the InstallerPane header file, there's a nextPane that seems to imply I can dynamically add a pane. What's the right way to set that up?
I've added a second InstallerPane class to my project, and a second xib file. I only want that pane to show based on certain conditions as determined by the first pane that I display. Is that possible?
_______________________________________________
Do not post admin requests to the list. They
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden