mccRee

Results 22 issues of mccRee

请问这个是我使用方式问题吗? ![image](https://user-images.githubusercontent.com/11871158/103524806-23b65400-4eb9-11eb-9952-423fa3ee6f97.png)

![image](https://user-images.githubusercontent.com/11871158/80336309-89156800-8889-11ea-86ae-056ca5120b8e.png) 我发现启动App时,Dark Appearance 设置的图片是有效果的,但是如果在app内部直接切换dark Mode的话,图片并不会随着系统的暗黑模式切换。

ESTabBar --------| UINavigationViewController ---------------|MainViewController Push-------------| FirstViewController Present------| SecondViewController 以上是我的层级结构 FirstViewController Present出一个模态窗口后, 我通过`removeFromParent` 将 `FirstViewController` 移出导航栈, 之后在SecondViewController中dissmiss后 回到MainViewController后发现ESTabBar不见了, 但是重新push再返回就又有了.

I can run success on simulator. I try to run on iphone7 device(iOS 12), but crash.

模型SingleShelf 继承自 BookInfo. 我在BookInfo类中新增了个字段LastUpdateChapterId 之后SingleShelf表插数据时报错了. ![image](https://user-images.githubusercontent.com/11871158/50429996-4e4d9980-08fc-11e9-9b42-a741c4206362.png)

这是我用postMan请求得到的返回 ![image](https://user-images.githubusercontent.com/11871158/50069458-262baf80-0205-11e9-93c8-5aee99255790.png) 这是我写的jsonValidator ![image](https://user-images.githubusercontent.com/11871158/50069476-3d6a9d00-0205-11e9-8423-728bdeb88da9.png)