iOS7Menu icon indicating copy to clipboard operation
iOS7Menu copied to clipboard

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

Open y0unghe opened this issue 11 years ago • 1 comments

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;

y0unghe avatar Aug 16 '13 05:08 y0unghe

I will look for it this weekend... Thanks for reporting that issue!

Best regards, Constantin

monavari-lebrecht avatar Aug 21 '13 13:08 monavari-lebrecht