Young
Young
Android打包release分享能唤醒微信,但无法选择目标进行分享,微信支付却是正常的,应该不是签名问题,不知是何原因?直接以release模式运行在真机上也是可以的,就是打包不行。
请问灯光支持设置光效吗?如果支持,有没有可选项
不兼容 XIB
不兼容 XIB,直接添加在控制器 view 上的视图无法正常显示,请问是什么原因呢?
### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [ ] I have looked at the [Documentation](https://github.com/SnapKit/Masonry/blob/master/README.md)...
您好,请教个问题,我在使用NEVPNManager开发个人VPN,连接都是正常的。我想用NEProxySettings配置某些域名绕开代理,比如VPN APP的服务器,否则打开VPN的时候,APP内接口响应太慢了。但是代理配置好像不起作用,VPN APP请求接口还是走了代理。代码如下: `NEVPNProtocolIKEv2 *vpnProtocollIKEv2 = [[NEVPNProtocolIKEv2 alloc] init]; NEProxySettings *proxySettings = [[NEProxySettings alloc] init]; NEProxyServer *httpsServer = [[NEProxyServer alloc] initWithAddress:"xxx.xxx.xx.xxx" port: 65535]; proxySettings.HTTPSServer = httpsServer; NEProxyServer *httpServer = [[NEProxyServer...