English 中文(简体)
外地:如何适当利用导航主计长,而不使用任何明显的用户接口
原标题:iOS: How to properly use Navigation Controller without any visible user interface

我的申请似乎最适合于导航控制员。 航行分崩离析的几个地方,并非完全分级,但我认为,我可以纠正这些地方只是采用一种模式观点。

我想知道,这是否是通过多种观点解决问题的最佳途径,还是有更好的办法。 我希望用户能够通过几个步骤取得进展,但能够退步,甚至回到某些点的开端。

此外,我希望能够利用习俗纽州这样做。 我想在没有任何航道的情况下使用整个屏幕。 我的印象是,我可以把注意力推向我自己的习俗 but子,但我想知道,如何确保我完全能够使用屏幕。

问题回答

我知道,导航控制器是交流意见的最佳途径,你可以轻松地利用导航控制器回声,甚至可以把导航控制器作为运输方式。 你可以具体说明你在航道上的海关导航项目。 如果你不想要航道,你可以躲避航道。 推进和偷窃是落实观点之间航行的最佳途径。

@gonzobrains

我一直在这样做!

这里我做的是:

“Hide theways” using the setHidden property. 在你们想要看到航道的地方,我建议你使用UIToolbar与习俗 but子。 (几乎不可能区分)

<>0> 页: 1

http://www.ohchr.org。 页: 1 (如监文部顶端 but子)

没有理由不使用航道而不能使用导航控制器。

希望这一帮助!

保留Nav Controller,但你可以很容易地藏匿这些 bar。 这可能是一个可行的解决办法,但可以确保你的执行是坚实和明确的;否则,你可能会被拒绝。 一种可能的替代办法是,如在天气评估中那样,要把页数放在一边,这样就可以决定哪一种模式是最好的。





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签