Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding TabbarController on Front View #21

Open
sanjaybalaks opened this issue Sep 9, 2014 · 0 comments
Open

Regarding TabbarController on Front View #21

sanjaybalaks opened this issue Sep 9, 2014 · 0 comments

Comments

@sanjaybalaks
Copy link

Hi Matej,
I embedded a TabbarController to the front view controller (subclass of scrollview)and the tab bar is not visible when in action.The rest of the things are working fine.Also I tried adding it programatically .but the tab bar scrolls with the view.Please help

My code snippet as below

FrontViewController *front = [self.storyboard instantiateViewControllerWithIdentifier:@"front"];
MBPullDownController *pullDownController=[[MBPullDownController alloc]initWithFrontController:front backController:self];
[self.navigationController addChildViewController:pullDownController];

screen shot 2014-09-10 at 12 16 47 am
screen shot 2014-09-10 at 12 16 13 am
screen shot 2014-09-10 at 12 16 26 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant