yuzhongxingke

Results 20 issues of yuzhongxingke

引用NoHttp进行网络请求时,第一次加载速度很快,请求完毕后保持app打开状态,然后等个几分钟,再刷新请求或者打开一个新页面请求,会一直卡在请求状态中,然后等一会提示连接超时,我引用的是这个版本的:implementation 'com.yanzhenjie.nohttp:nohttp:1.1.8',之前用的1.0.4倒没这个问题,升级后就有这个问题啦

Iphone plus shows that there is a problem, similar UIActionSheet, whether as vertical screen display?

竖屏时是可以设置宽高的,但是横屏(5.5寸下)就会发生错乱,有点类似 ActionSheet 啦,这个如何解决呢? 注:4.7寸和 ipad 下显示就没有这个问题

问题: 1、下拉或者上拉连续下拉几次(上次没有执行完毕时连续下拉几次)就会触发几次刷新监听,能否等上次结束完成后再触发 2、下拉或者上拉,正在刷新时,可以滑动隐藏加载提示,这样有时不能触发刷新?能否加载完毕才能隐藏呢? 3、在刷新过程中,如果再次下来刷新,文字提示会改变,加载过程中能否不改变文字呢? 建议: 1、加载更多能否当滚动底部自动加载呢? 2、能否加一个原生的下拉\上拉刷新(类似:swiperefreshlayout) 3、加载完毕后能否显示加载的内容?也就是加载进度不回弹回去,直接显示加载的内容 作者写的功能很强大,受益匪浅,多谢了

`- (AVCaptureVideoDataOutput *)output { if (!_output) { _output = [[AVCaptureVideoDataOutput alloc] init]; [_output setVideoSettings:@{ (NSString *)kCVPixelBufferPixelFormatTypeKey : [NSNumber numberWithUnsignedInt:kCVPixelFormatType_32BGRA] }]; [_output setAlwaysDiscardsLateVideoFrames:YES]; [_output setSampleBufferDelegate:self queue:_captureQueue]; [self.session addOutput:_output]; } return _output;...

enhancement

`- (void)openLocalPhoto:(BOOL)allowsEditing` 调用这个方法识别相册的条码时,如果allowsEditing为YES时可以识别条码,如果allowsEditing为NO时识别的内容为nil;

由于项目需要,需要更改默认注入的js内容,请问pod引入的方式这个有方法更改注入js的内容吗?谢谢!

你好,测试发现在小米note LTE手机上报这个错误,其他手机没有错误,请问这个如何解决呢?谢谢啦! > > `04-02 13:30:35.202 E/AndroidRuntime(16367): java.lang.RuntimeException: Unable to get provider me.iwf.photopicker.utils.PhotoFileProvider: java.lang.ClassNotFoundException: Didn't find class "me.iwf.photopicker.utils.PhotoFileProvider" on path: DexPathList[[zip file "/data/app/com.fb.crm-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.fb.crm-1, /vendor/lib, /system/lib]] 04-02 13:30:35.202 E/AndroidRuntime(16367): at android.app.ActivityThread.installProvider(ActivityThread.java:4843)...