当我导航回主视图时,导航栏可见
我认为我正在使用这个 didlod [self.navigationController setNavigationBarHidden:YES] 当应用程序启动时它会隐藏,但是当我导航到下一个屏幕并返回…
UIScrollView 和 UITabBar / UINavigationController 的问题
我使用 xib 文件创建了一个新的 ViewController,并使用 ImageView 实现了一个工作(这意味着我设置了 contentSize)ScrollView。但是,当我使用 TabB…
UINavigationController 和 UIViewController 释放
我最近更改了我的应用程序以使用 UINavigationController,之前我使用的是 UINavigationBar,添加了级联子视图,这有点脆弱。 我面临内存使用问题。 L…
从 xib 内的按钮单击调用 IBAction 时出现错误
我遇到一个问题,当我从某个视图控制器调用 IBaction 时,应用程序崩溃,但我可以在其他地方获得所需的结果。 基本上我有一个隐藏在标签栏控制器中的…
如何使用它自己的navigationControllers正确地从navigationController导航到tabBarController
大家好, 我遇到了 iPhone 应用程序的一般设计问题。 我想知道如何从带有 navigationController 的普通视图转到带有选项卡的 tabBarController 的主要…
iPad UINavigationController 自定义栏背景图像
我正在尝试创建一个带有背景图像的 UINavigationController... 我在实现 UINavigationController 的类的顶部有以下代码。 @implementation UINavigati…
在 AppDelegate 之外使用 UINavigationController 的应用程序框架
作为导航控制器的新手,我遇到了无法为 iPhone 应用程序解决的问题。我认为我应该采取另一种方法,而不是试图用太多文件中的太多代码来解决当前问题。…
如何强制子视图横向,而不是父视图?
我有一个 UINavigationController (父级)正在推动 UIViewController (子级)。我知道两者都需要支持: - (BOOL)shouldAutorotateToInterfaceOrient…
帮助导航控制器、窗口和子视图!
我的第一个 xib 在 MainWindow.xib 中包含一个带有类似跳板的界面的 ScrollView: - (BOOL)application:(UIApplication *)application didFinishLaunc…
导航栏中的SegmentedControll隐藏view.title
我在 tabbarcontroller 应用程序的导航栏中使用分段控件。 问题是,将分段控件添加到导航栏后,我的视图标题从选项卡控制器中消失。 我该如何解决这个…
将 UIImagePickerController 与 UINavigationController 结合使用
所以我有一个 UINavigationController 从 rootViewController 推送 UITableViewController。从 UITableViewController 中,我希望当我单击某个单元格…
UINavigationController 偏移量
我有一个 UINavigationController,它的偏移量为 20px。 这正是我遇到的问题: http://forums.macrumors.com/showthread.php?t=761616 但我似乎无法弄…
保留 UIViewController 或不在导航堆栈中
我有一个场景,我不确定是否保留视图控制器。假设我有 ViewControllerOne。当按下按钮时,ViewControllerOne 会将 ViewControllerTwo 推送到导航堆栈…