Skip to content

UIStoryboard #33

@kishorehvk

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

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