-
Notifications
You must be signed in to change notification settings - Fork 107
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
Its's awkward with TabBarController. #21
Comments
Hey, can you see if this helps?
|
@fastred , I add SloppySwiperDelegate protocol and its method but it's not getting called. |
Did you set yourself as a |
@fastred yes I set it like this. self.swiper = [[SloppySwiper alloc] initWithNavigationController:self.navigationController]; |
No, it's the other way around:
|
@fastred I am not getting how to call it? what's self.myObject? is it VC, Navigation or anything else? |
I don't know how your app is set up. It can be any object that conforms to |
@fastred actually I am not getting what you try to tell me, my base controller is navigation controller. |
@fastred , how can I fix this TabBar issue? MY ViewController Hierarchy. UINavigationController --> UITabbarController |
In my first Screen there's bottom view with Home, Trending when I push to another view & pop using SloppySwiper my Bottom Home, Trending disappear, actually it's behind tabBar.
1st Screen
========
2nd Screen
=========
can you help to fix this?
thanks in advance.
The text was updated successfully, but these errors were encountered: