-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
Hi ,
Instead of dismisViewController in didScanresult method I need to use UIStoryboard *storyboard= [UIStoryboard storyboardWithName:@"Main" bundle:nil];
UIViewController *main = [storyboard instantiateViewControllerWithIdentifier:@"MainViewController"];
[self presentViewController:main animated:YES completion:nil]; But it is not pushing into the respective view controller. How could I do it
Metadata
Metadata
Assignees
Labels
No labels