将单个UIViewController添加到tabBarController

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将单个UIViewController添加到tabBarController相关的知识,希望对你有一定的参考价值。

  1. #import "RegisterViewController.h"
  2.  
  3. //
  4.  
  5.  
  6. UIViewController *viewController3 = [[[RegisterViewController alloc] initWithNibName:@"RegisterViewController" bundle:nil] autorelease];
  7. [self.tabBarController setViewControllers:[self.tabBarController.viewControllers arrayByAddingObject:viewController3] animated:YES];

以上是关于将单个UIViewController添加到tabBarController的主要内容,如果未能解决你的问题,请参考以下文章

将 UIViewController 的视图添加到另一个 UIViewController 的视图是不是可取?

如何将 UIViewController 作为子视图添加到 UIViewController(RootViewController)?

将带有 ScrollView 和 AutoLayout 的 UIViewController 添加到另一个 UIViewController

将 UIViewController 添加到 UIScrollView

将 UIViewController 添加到 UICollectionViewCell

将搜索栏添加到 UIViewController 类