oc
安果移不动
精通Android,Swift,Flutter,Python,Php,按键精灵,易语言。曾为华为录制精品课程,拥有资质:按键精灵顶级证书;
产品秀:https://www.anguomob.com
B站:https://space.bilibili.com/482453235
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
05 oc UiTabBarController
UiView 负责页面内的内容呈现 使用基础的 UIVIewController 管理多个 UIView UiViewController 在管理 UiView 的同时,负责不同页面的切换 UiTabBarController UITabBar原创 2020-07-20 15:52:08 · 315 阅读 · 0 评论 -
04 OC UIViewController
自身包含 View,可以理解为一个容器 管理 View 视图的生命周期 响应用户操作 和 App整体交互,视图的切换 作为一个 container 管理多个 Controller 和动画 ViewController 的生命周期 init 初始化 viewDidLoad 自身 view 创建 viewWillAppear 即将在屏幕出现 viewDidAppear 已经在屏幕出现 viewWillDisapp...原创 2020-07-20 14:22:24 · 427 阅读 · 0 评论 -
03 OC UiVIew 的生命周期
创建自定义的 TestView 继承 UIView // // TestView.h // SampleApple // // Created by liuan on 2020/7/20. // Copyright © 2020 liuan. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface TestView : UIView @end NS_ASSUME_N原创 2020-07-20 11:23:10 · 419 阅读 · 0 评论 -
oc 02创建 uiView
效果 code // // ViewController.m // SampleApple // // Created by liuan on 2020/7/17. // Copyright © 2020 liuan. All rights reserved. // #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidL原创 2020-07-17 14:36:38 · 368 阅读 · 0 评论 -
oc 01 创建 HelloWorld
// // ViewController.m // SampleApple // // Created by liuan on 2020/7/17. // Copyright © 2020 liuan. All rights reserved. // #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [s.原创 2020-07-17 14:22:12 · 334 阅读 · 0 评论
分享