SCLAlertView添加按钮问题

时间:2016-04-30 01:22:08

标签: ios objective-c cocoapods objective-c-blocks target

我遇到了CocoaPod SCLAlertView的问题。

出于某种原因," addButton"使用动作块功能不起作用。当"退出"单击SCLAlertView中的按钮,动作块中的代码不会执行("退出按钮点击"从不打印,块中的代码不执行)。但是,它在我的其他应用程序中使用完全相同的代码。

不起作用的代码在这里:

enter image description here

这是应用程序的Podfile,其中SCLAlertView addButton不起作用:

enter image description here

以下是SCLAlertView工作的应用程序的Podfile:

enter image description here

1 个答案:

答案 0 :(得分:1)

我应该意识到这是问题所在。与此相关的SCLAlertView的CocoaPod版本为0.8.2,我的版本停留在0.8.1但我没有意识到。只需将其指定为具有以下内容的pod的版本即可:

pod'SCLAlertView-Objective-C','〜> 0.8.2'