Reputation: 85
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...
Upvotes: 2
Views: 2043
Reputation: 85
Solved it with NSString *restorationId = self.restorationIdentifier;
Upvotes: 2