包含标签:语言 的文章
-
iOS常见面试题(持续更新中)
1、UIView和CALayer的区别和联系? UIView 继承 UIResponder,而 UIResponder 是响应者对象,可以对iOS 中的事件响应及传递,CALayer 没有继承自 UIResponder…… -
-
-
iOS 15的适配
demo: oc代码:https://github.com/xinsun001/iOS-15UI-oc.git 1、导航栏UINavigationBar iShot2021-12-15 11.31.04.gif 从 iOS 15 开始,UINavigatio…… -
git commit 提交规范(优化)
git commit 提交模板和规范 Git每次提交代码,都要写 Commit message(提交说明),否则就不允许提交。但是,一般来说,commit message 应该清晰明了,说明本…… -
-
-
-
Flutter pub私有库搭建 & 使用
字节跳动的私有库公开了可以看我这篇博客部署:字节跳动flutter私有库unpub 目标 搭建私有pub服务器 发布私有库到自建服务器 引用私有pub服务器上的私有库 步…… -