BHTabBar icon indicating copy to clipboard operation
BHTabBar copied to clipboard

A web-browser like tab bar implementation for iOS4+

Results 5 BHTabBar issues
Sort by recently updated
recently updated
newest added

See picture: the black spaces show up when using XCode 7.0 while using the same iPhone version 5s and SDK version 8.3

``` --- a/BHTabBarDemo/BHTabBarDemo/BHTabBarDemoAppDelegate.m +++ b/BHTabBarDemo/BHTabBarDemo/BHTabBarDemoAppDelegate.m @@ -20,7 +20,7 @@ iv.frame = self.window.frame; [self.window addSubview:iv]; - [self.window addSubview:viewController.view]; + [self.window setRootViewController:viewController]; [self.window makeKeyAndVisible]; return YES; ```

On non-retina displays, the label text is blurry. I was able to fix this by removing the 0.5px change on label height. I suppose it would be possible to also...

Because the views are added with addsubview we cannot push to others view from a TabView.How to fix this isuue??

Maybe (likely I'm doing something wrong, but out of the box, I cannot get rotation to work. (iOS 6). Any advice would be most welcome. Otherwise, great rep, and enjoyable...