XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog

手动切一下 老的push,再切回来,就会出有了,我想是一个bug.


I've just created a Segue from a ViewController (which is embedded in a UINavigationController) to another ViewController. It seems like that the new Segue types do not create the UINavigationItem (which contains the title label) on Segue creation as the push Segue type did in iOS 7. I've noticed this fact because I couldn't enter any title for the "new" ViewController after I created the Segue. There is also no place where I can properly place a bar button item.

I couldn't find anything regarding this fact in the Segue documentation so I was wondering if the UINavigationItem isn't automatically being created anymore. It doesn't even show up in the document outline. Does somebody know something about that? Maybe it's just a Xcode Beta 3 issue?

Here is a picture of the segue in the attributes inspector:

enter image description here

shareimprove this question
 
    
Are you sure it is a push segue? –  Rog Jul 13 '14 at 10:22
    
@Rog I've added a picture of the segue to the question. –  Linus Jul 13 '14 at 10:41
    
I guess it's a bug, it wouldn't make any sense removing it when it's a push segue. –  Linus Jul 13 '14 at 11:20
    
Have you tried Beta 3? –  Dehli Jul 13 '14 at 11:57
    
I'm sorry it's Beta 3. I'll correct it in the question. –  Linus Jul 13 '14 at 12:08

It seems like a bug, it normally fixes it self after restarting Xcode but quick fix is just to drag a navigation item from the object library onto the view controller.

shareimprove this answer
 

 

posted on 2015-07-27 13:46  不及格的程序员-八神  阅读(769)  评论(0编辑  收藏  举报