Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/62.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 9_Ios_Objective C_Uibutton - Fatal编程技术网

无法将插座连接到重复内容iOS 9

无法将插座连接到重复内容iOS 9,ios,objective-c,uibutton,Ios,Objective C,Uibutton,我在UIableViewCell中有UIButton当我尝试从UIButton中输出属性时,显示了衰减错误,我应该怎么做 错误:非法配置:按钮出口来自 UIButton的ViewController无效。无法连接插座 重复内容 我想您已经在tableview中创建了tableviewcell,因此您需要实现与视图控制器类类似的tableviewcell名称和接口。看起来您正试图将UITableViewCell中的UIButton输出到实际的控制器中。您好。您的问题解决了吗?我想您已经在table

我在
UIableViewCell
中有
UIButton
当我尝试从UIButton中输出属性时,显示了衰减错误,我应该怎么做

错误:非法配置:按钮出口来自 UIButton的ViewController无效。无法连接插座 重复内容


我想您已经在tableview中创建了tableviewcell,因此您需要实现与视图控制器类类似的tableviewcell名称和接口。看起来您正试图将
UITableViewCell中的
UIButton
输出到实际的控制器中。您好。您的问题解决了吗?我想您已经在tableviewcell中创建了tableviewcelltableview,因此您需要实现与视图控制器类类似的tableviewcell名称和接口。看起来您正试图将
UITableViewCell中的
UIButton
输出到实际控制器中。您好。您的问题解决了吗