Roen

Results 9 issues of Roen

is there any api to get all on going upload tasks and progress for each task on ios side?

question

As title, the following code shows how i set the `roundCorners` for a customView display ```Swift let customView = UIView(frame: CGRect(x: 0, y: 0, width: self.view.width, height: self.view.height/2)); customView.backgroundColor =...

type: enhancement

能不能支持本地的avi/rmvb/mkv格式,另外如果我在项目里集成ffmpeg,会不会有冲突

1. 给YYModel添加了自定义 encode/decode方法 ```objc -(BOOL)shouldCustomEncodeValueForKey:(NSString *)propertyKey withCoder:(NSCoder *)aCoder; -(BOOL)shouldCustomDecodeValueForKey:(NSString *)propertyKey withCoder:(NSCoder *)aDecoder; ``` 程序员可以在子类重写这两个方法来自定义一些属性的encode/decode,比如一些struct结构体,或者做一些历史版本数据的兼容,就很必要用到这两个方法。 2. 给YYModel添加了从其他对象拷贝属性的方法 添加的方法: ```objc -(void)copyPropertiesFromSourceObject:(id)sourceObj ``` 通过这个方法将一个对象A的属性全部拷贝到已有的对象B上,而不需要新建创建对象

the completionBlock block of SARUnArchiveANY never invoked for me

since it's based on ffmpeg, is there a way to execute ffmpeg command in code? specially i need to extract audio data from video, split video into smaller segments, are...

to add support for working at peripheral mode

Hi bro I'm the developer of Tinglee, a developer from China. Tinglee is an app target to helper people to learn English by movies and tv shows so i need...