I use this tutorial to achieve my custom UITabBarController
: link
But I use storyboard instead of xibs. So some of method use this code below:
NSArray *nibObjects = [[NSBundle mainBundle] loadNibNamed:@"TabBarView" owner:self options:nil];
It is fair for xib but as I think not for storyboard.