From 39d560068b3147dba011948dbe7fc65400e9a752 Mon Sep 17 00:00:00 2001 From: louyu Date: Sun, 8 Dec 2019 15:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=92=E5=81=87=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f2f30d..fbe1622 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,28 @@ ##11.17 * UINavigationController -> 实现:利用导航栏的push操作实现controller之间的跳转 +> 实现:利用导航栏的push操作实现controller之间的跳转。 ##12.1 * UIScrollView -> 实现:使用三张图片实现循环轮播图 \ No newline at end of file +> 实现:使用三张图片实现循环轮播图。 + +##12.8 +* UITabBarController + +> 实现:使用TabBarController切换三个视图控制器。 + +##12.15 +* 准备期末考试,本学期例会停止。 + +##寒假 +* iOS网络编程 +* HduIn源代码研究 +* 每周汇报学习进度以及答疑 + +> 实现:HduIn 5.0负一屏资讯页的demo。只实现样式,暂不要求实现点击资讯条目后的跳转。 + +> 可能会用到的第三方库:Moya、SwiftyJSON、ObjectMapper + +> API请求地址:http://info-manage.redhome.cc/common/getIndex \ No newline at end of file