ETmanwenhan

Results 27 issues of ETmanwenhan

Network exception, not handled this situation? ![fc285a8f-ff45-4527-bb0a-66c0765e709f](https://user-images.githubusercontent.com/5837888/35603586-f73b7698-0678-11e8-99ee-2f155b905890.png)

```swift let json2: String = "[1, 2, 3]" let list = [Int].deserialize(from: json2) as? [Int] logger.debug("\(list)") 2021-03-11 19:06:03.913474+0800 hohoyy[54899:3373578] [Debug] [main] [AppDelegate.swift:60] > Optional([1, 2, 3]) ``` 前提默认实现HandyJSON协议: ```swfit ///...

How to hide refreshfooters without leaving extra space ![30f7fc03-b8fc-432c-af4a-a5ca6adf782d](https://user-images.githubusercontent.com/5837888/41576704-718bc452-73bb-11e8-9d54-80b480f04dfe.png)

Hiding RefreshHeader when initialized, but does not work ![2bf1896f-ea95-42c2-8256-3a160887de53](https://user-images.githubusercontent.com/5837888/41949479-29ff8652-79f4-11e8-8171-2c583c7432ab.png)

### Issue Description *** -[AVCaptureDevice setVideoZoomFactor:] May not be called without first successfully gaining exclusive ownership of the device using -lockForConfiguration: #### Description and Steps #0 Thread NSGenericException *** -[AVCaptureDevice...

相册只要一张图片,但是加载网络图片reloadCellAtIndex方法触发三次问题。导致一张图片同时下载三次哦。怎么解决该问题呢? 屏蔽JXPhotoBrowser中viewDidLoad方法中的两行代码,就只会重复调用两次,请问这个问题怎么只控制调用一次呢?: ```swift // view.setNeedsLayout() // view.layoutIfNeeded() ```

以前在swift版本有使用过,感觉特别好用。公司项目是OC版,支持OC版吗?谢谢!

大神,TGPhotoPicker库不支持选择视频吗?要求视频可以播放预览,选择视频进行上传到服务器端?希望大神可以出手相救,谢谢!

大神,相机可以设置在相册列表中进入拍照吗?

手机首次选择拍照时,等待的时间超过8秒,才有拍照画面。这是什么问题呢?求大神解答,谢谢!