首页 > 学院 > 开发设计 > 正文

Xcode6.1.1,故事板控件无法和代码关联的问题解决

2019-11-14 19:29:28
字体:
来源:转载
供稿:网友

根据 mvc 模式,显然视图(故事板),应该连接控制器层,也就是 viewcontroller,但是却发现:

这是改正之后的,开始的时候,连接的是 UIViewController,应该连接视图控制器 ViewController 类

类关系如下:

@interface ViewController : UIViewController@end

 

NS_CLASS_AVAILABLE_IOS(2_0) @interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer> 

 

NS_CLASS_AVAILABLE_IOS(2_0) @interface UIResponder : NSObject {  @PRivate}

改正之后,就可以了!

 


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表