LH-Liu

Results 8 issues of LH-Liu

Can provide similar "toolbarItemTintColor, toolbarItemSelectedTintColor" attribute For example, toolbarItemTitle, toolbarItemImage, so that you can customize any style you want without having to handle the event yourself.

当post/get请求中parameters参数过多,并转为string与URL拼接作为cacheKey,无法正常存取。demo中parameters为nil,存取正常。

![image](https://user-images.githubusercontent.com/14884787/54671950-f6f14b00-4b31-11e9-9885-515177de8a7d.png) 当一个ZYRequest属性reliability设置成ZYRequestReliabilityStoreToDB,断网发起请求,请求失败。再次切换回有网络状态,重新发起请求,对应的request无法收到成功或者失败的回调。这个对处理业务非常不友好。请问有什么好的解决办法吗?

![bug](https://cloud.githubusercontent.com/assets/14884787/19377662/a85031b4-921a-11e6-8079-6b6897459379.gif)

首先感谢你的demo,目前是可以正常进行VPN的连接等操作了但是,有个连接状态问题需要请教一下 1.[[NSNotificationCenter defaultCenter] postNotificationName:@"kProxyServiceVPNStatusNotification" object:nil]; 这个通知并不是十分准确。(后来看代码发现是因为只在VPNStatus == VPNStatus_off的时候发通知。) 2.在iPhone手机设置中,打开或者关闭VPN连接状态,如何实时获取连接状态呢?目前kProxyServiceVPNStatusNotification这个通知下是无法监测的。请问有什么好办法吗?

是否增加一个默认选中属性?