BFPaperTabBarController
BFPaperTabBarController copied to clipboard
iOS UITabBar (controller) inspired by Google's Paper Material Design.
In our project, we faced with a crash similar to https://github.com/bfeher/BFPaperTabBarController/issues/3. It was because tabRects array was set by empty array at tabbar vc initialization and later it will not...
hello , when add arabic localization all item start from right to left , so when I tap on last item is selected first item, also when I tap item...
I'm experimenting with this controller and figured that it raises NSRange out of bound exception when calling alloc init. it seems that alloc init somehow calls initwithnib, which I don't...