Page 1 of 1

How do you add a Library stack to your main stack?

Posted: Mon Jul 23, 2012 4:53 pm
by donryan
I just downloaded the iPhone Control Kit for iPhone and the developer states that you need to add this library stack to your main stack. Question is: how do you do that?

The link to email the developer is broken on his site and it's not explained anywhere. I know it's probably very simple and I only need to ask the question once -- gotta start somewhere ... :roll:

Re: How do you add a Library stack to your main stack?

Posted: Mon Jul 23, 2012 4:55 pm
by shaosean
- open your stack
- open the iPhone Control Kit
- get Stack Properties on iPhone Control Kit
- change the "Main Stack" to your stack
- save your stack

OR by code (works in the message box too); change the stack names to the correct names

Code: Select all

set the mainStack of "iphoneControlKit" to "myStack"

Re: How do you add a Library stack to your main stack?

Posted: Mon Jul 23, 2012 5:11 pm
by donryan
Perfect! I knew it would be simple.
Thank you so much for the quick reply! :P