建了一個uitableview
然後嵌入一個navigationcontroller
利用storyboard
從tableviewcell拉了一個segue
所以當我按下tableviewcell時候
可以切換到detail view
這都沒問題
有一個情況是當我接收到notification的時候
我要直接push出detail view
但我發現在這樣的情況下
我會push兩次
導致error
google一下
發現有人跟我一樣
但他們是call兩次push method
他們用storyboard拉了之後
又在didSelectRowAtIndexPath中
call [self performSegueWithIdentifier:@"XX" sender:nil];
但是我並沒有實作didSelectRowAtIndexPath
只有用storyboard
實在不知道如何找到這bug
http://ppt.cc/IxWj
http://ppt.cc/eE0y
感謝大家的幫忙
這一路走來
還好有鄉民熱心的協助