English 中文(简体)
UINavig 律师在推动下正在展示
原标题:UINavigationBar is showing after a push

我用故事片对情报和安全局使用,我有:

阳光窗口是先天地看待地震。 如果日志成功,则用户将接受另一种看法,而这种观点可能会使纽伦回到原木页! 这是一种<条码>,有自己的导航条码。 现在,它既显示航道,又显示背顿全貌。

如果我主宰背 but子,我总是把我带给原木。 任何想法?

“enterography

最佳回答

当你有导航控制器时,就会出现这种情况。 这使每个控制者都认为你会走gue路,而且每个控制者都有自己的航道。

(a) 刚刚摆脱了专用航道,让控制者把通向风向

b) 不使用导航控制器,而是将控制器的观点推向控制器。

[currentController presentModalViewController:controllerYouWantToShow animated:YES]

c) 航行控制员们的bar,即建议,虽然这给你带来了奇怪的行为,而且实际上是一种 force强的力量,但这不是解决问题的最佳途径。

问题回答

你们是否想要掩盖整个条条条?

如果是,

[self.navigationController setNavigationBarHidden:YES animated:NO];

或者,你只是想掩盖背 the吗?

[self.navigationItem setHidesBackButton:YES animated:NO]

你们应当看一看你导航控制员所处的位置。 如果你打算 back子或躲藏其中一条,你可以删除航条。

[self.navigationController setNavigationBarHidden:YES animated:NO];

然而,比把控制器推到你与核控制器做些什么,更能做标志性筛选。

航海航海航道的好办法,是显示一种模式的观察控制器,然后完全没有导航控制员就将其开除。 这样,如果你已经gged,你就永远不会有能力回到原木板。 仅仅在评估代表中设定了一种全球ool变,使整个 app都能够知道你重新贴上了标签,并测试你在解掉了模式标志页之后的变数。

这样一来,你就拥有好几台导航控制器,你通常不想这样做。

卡车

如果你使用纳夫控制器和推土机,你会重新回到 but子,因为这符合导航控制器的性质。 象你所希望的那样(“能够把ton子带回到 log子上”)是重新打造导航控制器的 st,使其没有把 log眼控制器包括在内。 你们应该能够用一种习俗(很容易书写)。 另一种选择是展示对控制器模式的看法,这是进行标识筛选的典型方式。





相关问题
Asynchronous request to the server from background thread

I ve got the problem when I tried to do asynchronous requests to server from background thread. I ve never got results of those requests. Simple example which shows the problem: @protocol ...

objective-c: Calling a void function from another controller

i have a void, like -(void) doSomething in a specific controller. i can call it in this controller via [self doSomething], but i don t know how to call this void from another .m file. I want to call ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

NSUndoManager and runModalForWindow:

I have a simple Core Data app which displays a list of entities in the main window. To create or add new entities, I use a second modal window with a separate managed object context so changes can be ...

NSMutableArray values becoming "invalid"

I m trying to show a database information in a tableview and then the detailed information in a view my problem is as follow: I created a NSMutableArray: NSMutableArray *myArray = [[NSMutableArray ...

iPhone numberpad with decimal point

I am writing an iPhone application which requires the user to enter several values that may contain a decimal point (currency values, percentages etc.). The number of decimal places in the values ...

热门标签