Trying to see if a UIViewController or UIView can identify its Storyboard ID. So was hoping for:
UIViewController *aViewController; NSString *storyboardID =
You can use the restorationIdentifier, it's right above the Storyboard identifier and it's a UIViewController property.