here is the source code
problem: TabbarController is not working properly... please help me
NSArray *actionButtonItems = @[searchItem, refreshItem]; self.navigationItem.rightBarButtonItems = actionButtonItems; NSMutableArray *items = [[NSMutableArray alloc] init]; [items addObject:[[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemHistory tag:1]]; [items addObject:[[UITabBarItem alloc]initWithTabBarSystemItem:UITabBarSystemItemContacts tag:2]]; tabBar.items = items; tabBar.delegate = self; addFriends = [[AddFriendsViewController alloc] initWithNibName:@"AddFriendsViewController" bundle:nil]; [self.tabView addSubview:addFriends.view]; //[self.tabsetSelectedIndex = 0]; _tabBarController.selectedIndex = 0; [self.view addSubview:_tabBarController.view];