Skip to content

UIStoryboard #33

Description

@kishorehvk

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions