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.
出于说明目的,我包含了一张图片,看图片左侧有一个 UIView,里面有一个 UIImageView。在右边我得到了自定义 UIView 的控制器 - 但是 ctrl 拖动 IBOutlets 不起作用 - 有修复吗?
我认为你拖错了班级。您正在尝试拖动到UIView子类,但您可能想要UIViewController子类。
UIView
UIViewController