How can I get storyboard ID programmatically (opened storyboard)? I want to get storyboard ID and than call different code for every storyboard. Something like if ID == myStoryboard then...
-
2Hi, you have your code open on your screen, and you have the idea of what you're trying to do inside your head... but we don't. We have no idea. So your question only makes sense in the context of that information... it makes no sense to us without it... so can you please tell us all the relevant information so that we know what you're talking about? Please read this article: stackoverflow.com/help/how-to-ask and follow it? thanks :)Taryn East– Taryn East2015-01-07 23:17:19 +00:00Commented Jan 7, 2015 at 23:17
-
I set ID for all my storyboards, and when user opens storyboard number 5 with ID "5th_storyboard" how can I save that "5th_storyboard" (storyboard ID) to NSString *stroyboard_id?user4191892– user41918922015-01-07 23:19:55 +00:00Commented Jan 7, 2015 at 23:19
-
Please read that article... then update your question to matchTaryn East– Taryn East2015-01-07 23:45:06 +00:00Commented Jan 7, 2015 at 23:45
Add a comment
|