摘要: VCRoot.h #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface VCRoot : UIViewController //XIB创建UILabel属性 //IBOutlet属性是在XIB中创建的 @property (weak, 阅读全文
posted @ 2020-09-22 23:00 逆欢 阅读(114) 评论(0) 推荐(0) 编辑
摘要: sceneDelegate.m #import "ViewController.h" #import "SceneDelegate.h" #import "VCRoot.h" @interface SceneDelegate () @end @implementation SceneDelegate 阅读全文
posted @ 2020-09-22 22:16 逆欢 阅读(106) 评论(0) 推荐(0) 编辑