Geralt888

Results 4 comments of Geralt888

@kingslay 开发者你好,我已经通过 github sponsor 赞助了,请问如何加入 LGPL 呢?

> @Geralt888 我把你加入到lgpl小组了, 你接受邀请之后就可以访问私有仓库了。你可以查看下邮件 感谢🙏

https://github.com/evan1009/SKPhotoBrowser/commit/4b35bc898932c644118530f4c4ec2cc3dc3bb340

You can modify it this way. ``` func setupApperance() { backgroundColor = .clear clipsToBounds = true if #available(iOS 13.0, *) { let appearance = UIToolbarAppearance() appearance.configureWithTransparentBackground() standardAppearance = appearance compactAppearance...