KinnoWang
KinnoWang
UILabel的文本展示 —————————————————————————————————————————— TYAttributedLabel的文本展示,文头和文尾的没有上下缩进,没有找到哪个属性可以进行调整
iOS system version: 18.1.1 device mode: iPhone 15 Pro CPU arch: arm64-v8a 1 TelegramUIFramework -[DNSDomainInfo speedTestTime] (DNSDomainInfo.m:87) 2 TelegramUIFramework -[DNSDomainInfo copyWithZone:] (DNSDomainInfo.m:65) 3 CoreFoundation -[NSArray initWithArray:range:copyItems:] + 276 4 CoreFoundation...
### Checklist - [ ] I am reporting an issue in existing functionality that does not work as intended - [ ] I've searched for existing [GitHub issues](https://github.com/telegrammessenger/Telegram-iOS/issues) ### Description...
1,你正在使用哪个版本的 V2Ray? iOS端: Lib v26, Xray-core v1.8.6 2,你的使用场景是什么? Vmess webview (app内实现某些网页例如Youtube网页或小程序的访问) 3,你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) webview代理方法正常被调用: 加载进度0-1正常显示,开始加载和加载完成都显示。但是页面从白屏到黑屏。 通过抓包看到response:{"error" : "no user auth"},然后我又添加了了 challenge.protectionSpace.authenticationMethod == NSURLAuthenticationMethodServerTrust 的无条件验证逻辑,结果还是一样黑屏。 4,你期待看到的正确表现是怎样的? 正常网页:网页正常加载内容显示。 5,请附上你的配置 客户端配置: { "routing"...
The deps configuration in the BUILD of the TelegramUI module in my project includes deps = [ "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit", ] However, when importing SwiftSignalKit in the class in the TelegramUI module,...