栗悟空与元気彈

Results 7 issues of 栗悟空与元気彈

-------------------------------------------- -------------------------------------------- ## My issue: 页面内tableview被tabbar遮挡,如图下 ![image](https://user-images.githubusercontent.com/25811397/93086275-76c98880-f6c9-11ea-8285-d2c53ec4035c.png) ![image](https://user-images.githubusercontent.com/25811397/93086281-78934c00-f6c9-11ea-82de-4abb488209e4.png) 首页与我的使用相同布局设置,首页展示正常,我的页面初始化加载会被遮挡,页面切换一次或者页面push在返回,遮挡现象消失。 吧我的页面和首页调换,均可正常显示。 真是不知道哪里的问题,唯一的区别首页的数据是通过网络加载后添加的,我的数据是写死的数组。

Q-A

![image](https://user-images.githubusercontent.com/25811397/55638982-fa0b5d00-57fa-11e9-8551-dbf74718c1e4.png) ![image](https://user-images.githubusercontent.com/25811397/55639045-17402b80-57fb-11e9-8a0b-a31e4ad567e9.png) ![image](https://user-images.githubusercontent.com/25811397/55639065-27580b00-57fb-11e9-8316-0030ad9dce09.png) ![image](https://user-images.githubusercontent.com/25811397/55639103-39d24480-57fb-11e9-8cb0-d5d078104a17.png)

入口 ![image](https://user-images.githubusercontent.com/25811397/49362114-d636ee00-f718-11e8-9de5-b0996d45901f.png) 其中 MineViewController 是隐藏导航栏的 使用的是 self.navigationController?.isNavigationBarHidden = true 应用初始化后在HomeViewController 页面 没有问题,但是切换至MineViewController 在切换回来的时候回让 HomeViewController的内容下移20个高度,大概一个状态栏的高度,

在使用本项目的时候,发现一些小问题。 1.页面代码存在大量重复定义的变量和函数, 可以按照封装思想合理提取。这块我有一个写好的控件,月底我尝试提交一下pr。 2.网络请求,单独封装一层方便管理?页面内使用封装层,具体做法就是不对页面暴露GET,POST等操作,将相同业务的网络请求写到一个js文件里分层。

哎 又一个阿里的绩效工程

错误代码 ![default](https://user-images.githubusercontent.com/25811397/37639952-5b57929c-2c4e-11e8-9491-f92fd2e71a8f.png) 代码 ![default](https://user-images.githubusercontent.com/25811397/37639965-663b2ad4-2c4e-11e8-8b5d-ed438bee035a.png) ![default](https://user-images.githubusercontent.com/25811397/37639978-72a0b992-2c4e-11e8-905e-89734a0b75ce.png)

使用约束,空间没有撑开外部容器,因为图片数量不定,控件高度是不定的,应该是根据图片数量撑开外部view