作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
您好,我在尝试从另一个文件启用 myButton
时遇到问题。
我在一个单独的文件中有一个 UIViewController
类,其中包含 myButton
和一个自定义的 UIView
类。在我的 UIView
类中,我想在动画完成后将 myButton
enable 更改为 true。我的 UIViewController
连接到我的 Storyboard
中的 UIViewController
,而 UIView
在 UIViewController 中初始化
类。
我想知道如何在动画完成后向我的 UIViewController
发送消息?
或者我如何在我的 UIView
中访问 myButton
以便将其设置为 true。
最佳答案
您必须在自定义 UIView 中使用委托(delegate)方法。
关于ios - 如何在自定义 UIView 的单独文件中向 UIViewController 发送消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39172787/
我是一名优秀的程序员,十分优秀!