-
http://www.ittoday.co.kr/news/articleView.html?idxno=73241
-
I was just verifying my app works correctly with colorGrabber on iOS before adding the Android stuff and I started seeing very strange results I hadn't noticed before. When loading an image where I ex…
-
崩溃:视频加载的时候,即缓冲阶段容易出现崩溃,
描述:视屏播放出来后就不会出现崩溃问题,崩溃发生在缓冲阶段,
![image](https://user-images.githubusercontent.com/21054204/46052743-44d45a00-c172-11e8-9167-caaf0fd9e094.png)
-
在ios10无法触发change事件上传
-
Is it possible to embed the videos as inline for phones with iOS10?
Also would be it possible to autoplay the video after the user clicked on somewhere on screen? I've used this technique with vani…
-
WMPageController.m 447行
如果当前的导航控制器的interactivePopGestureRecognizer为nil 会崩溃
现在增加了一个判断用于屏蔽这个问题。
```
for (UIGestureRecognizer *gestureRecognizer in scrollView.gestureRecognizers) {
…
iYeso updated
6 years ago
-
I use the pod import GPUImage,code:
`NSURL *url = [[NSBundle mainBundle] URLForResource:@"test" withExtension:@"mp4"];
_movieFile = [[GPUImageMovie alloc] initWithURL:url];
_movieFile.runBe…
-
Hi, recent I used AVPlayer to play while downloading, everything seems fine. Bug I found some crash about AVKeyPathFlattener on the other threads. I can't reproduce and don't know how to solve it. Can…
-
Hi,
thanks for the script. Works good with iphone5 and older iOS.
Today I tried it with iOS10 on an iPhone 6, It did not work. Btw. it seems, that the diag:// URL does not work in general on the lates…
-
按照教程部署之后,真机编译出现错误,以下:
dyld: Library not loaded: @rpath/BaiduTraceSDK.framework/BaiduTraceSDK
Referenced from: /var/containers/Bundle/Application/FEEC99C6-8F9F-48B2-89AE-8394D809AC22/pluginDemo.app…