user4191892
user4191892

Reputation: 85

Get storyboard ID programmatically

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

Answers (1)

user4191892
user4191892

Reputation: 85

Solved it with NSString *restorationId = self.restorationIdentifier;

Upvotes: 2

Related Questions