honeyeeb

Results 2 issues of honeyeeb

最近SDK授权登录在安装微博客户端的情况下突然不能正常跳转到微博客户端,如果没有安装微博客户端可以App内部使用网页授权登录。 错误如图: ![WechatIMG368](https://user-images.githubusercontent.com/9263694/180426837-841881fb-cf6e-410a-b46a-46d74b4662d6.jpeg) Xcode 配置文件如图: ![SCR-20220722-qg3](https://user-images.githubusercontent.com/9263694/180426917-700e02f5-856d-4729-99e3-6b5ab53ce46a.png)

[@escaping](https://swiftgg.gitbook.io/swift/yu-yan-can-kao/07_attributes#escaping) 的特性翻译严重错误 英文原文: > the parameter’s value can be stored for later execution. This means that the value is allowed to outlive the lifetime of the call. 译文: > 它表示参数将不会被存储以供延迟执行。这将确保参数不会超出函数调用的生命周期。