Skip to content

I programatically init ISMViewController and set the viewControllers to a UINavigationController based view controller #1

@andykimisgreat

Description

@andykimisgreat

I programatically init ISMViewController and set the viewControllers to a UINavigationController based view controller. but on the top of UINavigationBar, there are a area height as status height, is transparent. You can see from this picture: http://i.imgbox.com/acseuqSh.png

the code:

CollectionViewController *col = [[CollectionViewController alloc] init];
    UINavigationController *navControlelr = [[UINavigationController alloc] initWithRootViewController:col];
    ISMViewController *tabController = [[ISMViewController alloc] init];
    tabController.viewControllers = @[navControlelr];
    self.window.rootViewController = tabController;

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