LeeWong

Results 6 issues of LeeWong

图片下载的任务不断的加入队列 打印队列的operationCount 不断增加 一直没有减少 ![image](https://user-images.githubusercontent.com/10498869/27425859-63937820-576c-11e7-8ef0-10dba13351d9.png) 在自定义operation中start方法走了 但是 - (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error 这几个方法都没走 ,请问这可能是哪里的问题呢?

why we have to record half size for retina ipads? if i want record a clear video! what should i do!

如题,gif裁剪后的文件尺寸是变小的 但是文件大小增大非常多

使用之后不走 CollectionView的viewForSupplementaryElementOfKind 方法 我想给CollectionView设置一个Header referenceSizeForHeaderInSection 方法走了 但是上面的那个方法没走

你好,我的视频录制界面是强制横屏的 于是我设置了 _previewLayer.connection.videoOrientation = AVCaptureVideoOrientationLandscapeRight; 但是我录制出来的视频 是有问题的 如下图 ![img_3751](https://cloud.githubusercontent.com/assets/10498869/19307972/d341a3a6-90af-11e6-9d62-392b07afe34f.PNG)

` [[RPScreenRecorder sharedRecorder] stopRecordingWithHandler:^(RPPreviewViewController *previewViewController, NSError * error) { if (error) { NSLog(@"停止录屏失败"); } else { previewViewController.previewControllerDelegate = self; } dispatch_async(dispatch_get_main_queue(), ^{ if (handler) { handler(previewViewController,nil,error); } }); }];` 等了很久不走回调