完成情况
实现了SwiftUI 和 Sqlite 联动
SwiftUI 中级之List显示Sqlite数据库内容(2020年教程)实现了代码上传到github
git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/zhishidapang/SwiftUISqliteORM.git
git push -u origin master
源码
https://github.com/zhishidapang/SwiftUISqliteORM
撰写了英文版的readme.md
在实现了在medium上发布markdown 文章
如何在medium上发布markdown文章快速读完 SwiftUI by Tutorials
SwiftUI 优点、两大准则、四大数据工具、学习路径(2020)