Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从放置在 ViewController 中的 UIView 调用在 UIView 控制器中定义的方法。
如果这是不可能的,那么我将如何使放置在 UIView 中的按钮调用 segue?
花了几个小时试图弄清楚这一点。
所以我花了一天的时间,但我设法找到了一个简单的解决方法。
在 UIView.h 创建一个 UIVIewController 属性,然后在您的 ViewController 中将 UIViews 属性设置为 .self 。
在 UIView 中完成此操作后,您可以访问该属性并从那里调用为 segue 做准备。