yuzhongxingke

Results 12 comments of yuzhongxingke

是的,访问同样的网络,IOS的AFNetworking 没问题,Android使用NoHttp就会发出超时问题,但是当发生请求超时再次请求就会很快响应!

@yunlong0616 请问你这个问题解决没有?我也遇到这种情况,请求一次,然后等会一会再请求就会各种超时

@yunlong0616 我使用的版本是1.1.8,也是不行的,之前1.0.4倒没这个问题,请问哪个版本可以用呢?

嗯, 是的,我也测试好多版本,只有 plus 有问题,不知道如何调整啦

感觉你的回复,建议3可能是我表述不清楚 是这样的,下拉加载完毕时,目前是隐藏进度加载指示器,然后 recycleview 回弹到底部,这样别人就看不到加载成功的内容,能否把显示进度指示器这块内容用来显示加载更多的内容呢,这样效果是否更好呢?

这个不超过一屏时,没有效果,这个能否设置NONE,BOTH,START,END,类似 PullRefersh 这样就比较丰富啦

app:stl_distributeEvenly="true" app:stl_indicatorWithoutPadding="true"

Is not available now, this is a useful function, and add in, please?

还是单纯的功能比较好,下拉和上拉在外部控制比较好

能否在在LBXZXCapture.m的 - (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection 方法中,添加如下代码: `CFDictionaryRef metadataDict = CMCopyDictionaryOfAttachments(NULL,sampleBuffer, kCMAttachmentMode_ShouldPropagate); NSDictionary *metadata = [[NSMutableDictionary alloc] initWithDictionary:(__bridge NSDictionary*)metadataDict]; CFRelease(metadataDict); NSDictionary *exifMetadata = [[metadata objectForKey:(NSString *)kCGImagePropertyExifDictionary] mutableCopy]; float brightnessValue...