Results 6 issues of SoDo

![image](https://user-images.githubusercontent.com/16948310/149133052-9e08aefe-4526-4592-bd48-e92fb4be77f5.png) ru'h如何才能绘制出上图中这种标准左右对称的正态分布图呢

类似微信一样,头像在cell上,点击时占位图为imageview小图,放大为服务器图片地址,现在在cell上点击有问题,不知道是否跟navigation的translucent属性有关

你好,在iOS13后,由于presentViewController方法默认modalPresentationStyle为UIModalPresentationAutomatic,导致dissmiss页面出现黑屏,需要对库作如下修改: 文件:UIViewController+XWTransition.m 方法:xw_presentViewController: 修改: viewController.modalPresentationStyle = UIModalPresentationFullScreen;//增加内容 [self presentViewController:viewController animated:YES completion:nil];

推出新页面(使用xib)时,此页面默认有个控件获取第一响应,推出时该页面先被弹到页面外,之后才掉下来显示

传入控件数组的形式