Closed kirti301290 closed 6 years ago
Sorry I didn't sure that I understood you correctly! You are working on an Objective-C Project and try to use that Lib there? Or are you trying to reimplement this control in Objective-C?
It looks like the background have a black color. Without a look at your code it is not possible for me to say what that (black) background is. To be sure simply set all views in your StoreyBuilder to a transparent image or provide me your code!?
thanks for your reply i dropped your swift file in objective c project and given tabbar child class to RollingPitTabBar in Storyboard and all image in PNG format i have not did any code for this thanks
I see! But is there a view behind the TabBar? It looks like there is much more on your scene than only the TabBar. Could you create a complete new and empty ViewController with only a TabBar and change there the base class?
thanks for quick reply i checked as per your suggestion and it working fine in only empty ViewController but what if ViewController has tableview or another controller in it showing black i have given bottom side minus padding and it working fine but if ViewController's view has white color then it not showing tabbar i would it you help me to give shadow of uitabbar here is attached screenshot
Pls help me if possible i want to implement like this screenshot viewcontroller view color is white but tabbar show perfectly because of tabbar shadow
Hi, sounds good that it works now. I don't know why the tableviewcontroller has a black background. Maybe there are some "black" layers that should be configured correctly. You could also align the tableviewcontroller above the tabbar and not "below" it.
Regarding the shadow: your welcome to create a contribution on this lib and implement the shadow by yourself. Otherwise, create a separate Issue and tag it as an enhancement. If I find the time I will have a look at it.
hello your developed good control for tabbar i have implemented in objective c project but is showing black color on tababr attached screenshot here how to resolve this problem