From cb6234842ff2eeea57156c50492fabc4d518d7ac Mon Sep 17 00:00:00 2001 From: louyu <244837249@qq.com> Date: Sun, 8 Nov 2020 11:29:26 +0800 Subject: [PATCH] =?UTF-8?q?2020=E7=BA=A7=E7=BA=A2=E8=89=B2=E5=AE=B6?= =?UTF-8?q?=E5=9B=ADiOS=E7=BB=84=E5=9F=B9=E5=85=BB=E8=AE=A1=E5=88=92=20V1.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e87e8ae..b4df30c 100644 --- a/README.md +++ b/README.md @@ -15,26 +15,32 @@ > 实现:一个只能输入六位数字(不能输入字母和其他东西)的输入框。 ##11.14 -* UITableView(一) +* 继续完成11.7的任务、学习Swift中协议和代理的思想。 ##11.21 +* 期中考试(例会暂停) + +##11.28 +* UITableView(一) + +##12.5 * UITableView(二) * Git的使用 > 实现:低配HduIn老资讯页(大二面试题) -##11.28 +##12.12 * UINavigationController * Xcode纯代码布局时工程的配置 > 实现:利用导航栏的push操作实现controller之间的跳转。 -##12.5 +##12.19 * UIScrollView > 实现:使用三张图片实现循环轮播图。 -##12.12 +##12.26 * UITabBarController > 实现:使用TabBarController切换三个视图控制器。