v-braun / VBRRollingPit

Simple, beautiful and interactive UITabBar
MIT License
328 stars 51 forks source link

Not TabBarController #12

Open mojtaba-almoussawi opened 5 years ago

mojtaba-almoussawi commented 5 years ago

I am trying to subclass TabBar without TabBarController, however the TabBar is being displayed below the viewController, is there a way to use this library without TabBarController?

v-braun commented 5 years ago

Are you using the story builder or do you it programatically? If you add it programmatically you should be careful with the order of your views. Check this out

ramysabryali commented 4 years ago

@v-braun how to use RollingPitTabBar programmatically without storyboard ?

v-braun commented 4 years ago

@ramysabry22 the base class is an UITabBar, so you can use it as the comman UITabBar control. See here how to use an UITabBar programatically here or here

v-braun commented 4 years ago

will close this because of inactivity in a month, if u need still help please let me know