我不知道很多關於塞格斯,但我得到它的工作..但突然它不工作了....Segue不工作(了)?
我的代碼似乎工作,但SEGUE不會發生:
NSLog(@"login started");
if ([user_temp]) {
NSLog(@"login success!");
[self performSegueWithIdentifier:@"loginsuccess"];
}
控制檯輸出:
2015-01-31 21:35:27.321 Vertretungsplan[6753:3122243] login started
2015-01-31 21:35:27.321 Vertretungsplan[6753:3122243] login success!
但SEGUE不會出現? (這只是一個片段,我減少了代碼...)
我的猜測是segue不存在(id已更改?)。有一些方法可以查詢一個對象是否有特定的方法。 – 2015-01-31 20:58:41
@ ott-- id?標識符?它確實存在.. – Tim 2015-01-31 21:09:53
如果您添加故事板的屏幕截圖並選擇顯示標識符的segue,則可能會有幫助。另外,如果您對segues瞭解不多,可以隨時閱讀以下文檔:https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIStoryboardSegue_Class/index.html – 2015-01-31 21:20:30