JonyFang
JonyFang
Currently, we are already plan to support interactive presentation for dismissing. There is a [to-do list](https://github.com/JonyFang/FFPopup#todo-list) for the `FFPopup` project. - [ ] Support for drag-to-dismiss - [ ] Support...
微信分享 缩略图大小限制为 32kb,图片压缩下就好的
I am using `safeAreaLayoutGuide` in my project. `safeAreaLayoutGuide` is a UILayoutGuide, which is already relatable in SnapKit via `snp`. Here is an example: ```swift view.addSubview(tableView) tableView.snp.makeConstraints { (make) in make.left.right.equalTo(view)...
I have recovered the changes to the pbxproj.😋