Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/96.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios NSInvalidArgumentException';,原因:';接收器(<;ViewController:>;)没有标识符为''';_Ios - Fatal编程技术网

Ios NSInvalidArgumentException';,原因:';接收器(<;ViewController:>;)没有标识符为''';

Ios NSInvalidArgumentException';,原因:';接收器(<;ViewController:>;)没有标识符为''';,ios,Ios,>2014-09-20 18:04:45.564故事板演示[6919:60b]嵌套推送 动画可能导致导航栏损坏2014-09-20 18:04:45.921故事板演示[6919:60b]完成导航 处于意外状态的转换。导航栏子视图树可能 腐败。2014-09-20 18:04:46.442故事板演示[6919:60b]* 由于未捕获异常而终止应用程序 'NSInvalidArgumentException',原因:'Receiver ()没有标识符为的序列 “第三” *第一次抛出调用堆栈:(0 C

>2014-09-20 18:04:45.564故事板演示[6919:60b]嵌套推送

动画可能导致导航栏损坏2014-09-20 18:04:45.921故事板演示[6919:60b]完成导航 处于意外状态的转换。导航栏子视图树可能 腐败。2014-09-20 18:04:46.442故事板演示[6919:60b]* 由于未捕获异常而终止应用程序 'NSInvalidArgumentException',原因:'Receiver ()没有标识符为的序列 “第三” *第一次抛出调用堆栈:(0 CoreFoundation 0x017ed1e4异常预处理+180 1 libobjc.A.dylib
0x0156c8e5 objc_异常_抛出+44 2 UIKit
0x0034d48c-[UIViewController shouldPerformSegueWithIdentifier:sender:+0 3情节提要\u演示
0x0000254e-[secondViewController btn_second:+110 4
libobjc.A.dylib 0x0157e880-[NSObject 性能选择器:withObject:withObject:+77 5 UIKit
0x0022e3b9-[UIApplication sendAction:to:from:forEvent:][108 6
UIKit 0x0022e345-[UIKit应用程序 sendAction:toTarget:fromSender:forEvent:+61 7 UIKit
0x0032fbd1-[UIControl发送操作:发送到:forEvent:+66 8 UIKit
0x0032ffc6-[UIControl\u发送操作预防:带事件:][577 9
UIKit 0x0032f243-[UIControl touchesEnded:withEvent:+641 10 UIKit
0x0026dddd-[UIWindow\u sendTouchesForEvent:+852 11 UIKit
0x0026e9d1-[UIWindow sendEvent:+1117 12 UIKit
0x002405f2-[UIApplication sendEvent:+242 13 UIKit
0x0022a353 _UIApplicationHandleEventQueue+11455 14芯基础 0x0177677f\uu CFRUNLOOP\u正在调用\u OUT\u以执行\u SOURCE0\u函数
+15 15 CoreFoundation 0x0177610b\uu CFRunLoopDoSources0+235 16 CoreFoundation 0x017931ae\uu CFRunLoopRun+910 17 CoreFoundation
0x017929d3 CFRunLoopRunSpecific+467 18核心基础
0x017927eb CFRUNLOOPSRUNINMODE+123 19图形服务
0x037e15ee GSEventRunModal+192 20图形服务
0x037e142b GSEventRun+104 21 UIKit
0x0022cf9b UIApplicationMain+1225 22情节提要演示版
0x00002e4d main+141 23 libdyld.dylib
0x01e3470d启动+1 24???
0x00000001 0x0+1)libc++abi.dylib:以未捕获终止 NSException类型的异常

(lldb)

分两步进行


btn_second:
可以发布已按下的通知,然后返回到“第一”“第一个”接收通知并设置标志。在
视图中将出现
,“first”检查标志,如果设置了,则执行“third”segue。

实际上,您需要尝试“segue b/w first to last”或“first to second”我需要“first to second”和“second to first to last”