English 中文(简体)
在一行中投放两个模式的视力控制器,造成第二位观察器不露面
原标题:Presenting two modal viewcontrollers in a row causes the second one to not appear

问题如下:在我的申请中。 DidEnterBackground 我是一位观点控制者,即观点控制者A。 因此,每次发射A时都会被筛选。 现在,如果在执行附录时,一些其他观点控制者,即Geo Controller B,以表格方式呈报,然后送信给背景,然后由你重新发出,A就不明显。 这也是问题。

我尝试了各种不同的东西,包括介绍A和B,介绍不同观点控制者,如果B被筛选出,则从B处提出A,在拖延后提出A,在B类下分类,并在A指人积极时提出A。 似乎没有工作。 我完全失掉了,我很想知道这是否是一种ug。 任何想法?

问题回答

恳请你们重新工作,以便你不提出2个模式看法。 你可以提出2个模式,因此,你需要接手。

Usually you can animate the transition effect of a view controller to mimic what you were using the presentModal for.

摘录了MMDFPResenter I编著。 你们用这个方法提出,而不是“国际会计”。 它称之为“国际会计制度”方法,但它确保了这些呼吁得到妥善处理,以免你的 app落。

https://github.com/mpdifran/MDFPresenter





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签