10 2019 档案

摘要:最近给xib中的scrollView添加contentView的时候,view的约束总是参照莫名其妙的东西,不是frameLayout就是safeArea 因为之前都是默认以superView为参照系的,所以这个问题造成无法滑动的现象 解决方案就是检查scrllView上面contentView的四 阅读全文
posted @ 2019-10-11 16:06 weaker 阅读(768) 评论(0) 推荐(0)
摘要:Mac一键安装脚本 curl o finalshell_install.sh www.hostbuf.com/downloads/finalshell_install.sh;chmod +x finalshell_install.sh;sudo ./finalshell_install.sh Mac 阅读全文
posted @ 2019-10-09 10:54 weaker 阅读(1301) 评论(0) 推荐(0)