Results 10 issues of iAllenC

For now, We can only set size for ImageAttachment while initing, but cannot set the origin of the bounds, can you add the modifier to support this?

I want to use this framework in different modules that distributed in my different private cocopods,since there is not a singleton, I have to pass the navigator from one cocopod...

如题,pod之后无法创建ImageCompositionGroupProvider实例,因为没有公开的实例方法。 另外CompositionGenerator类中buildVideoComposition()方法生成的videoComposition,能否支持下自定义frameDuration?目前视频会被统一处理成30FPS

如题,demo clone之后,将binary-server app.js中8080改成8088,然后进入Demo文件夹pod bin auto --all-make,一切正常.但是检查repo里面的podspecs.json发现source地址端口为8080。在demo文件夹中执行pod bin update也会报错404。将静态服务器端口改回8080,清除私库中对应的podspecs记录之后之后成功。所以,pod bin auto和pod bin update如何修改端口呢?

如题,按照Demo中的思路,需要建一个壳工程,然后将需要制作二进制的库作为dependency加入依赖, 通过pod bin auto --all-make制作,但是主工程本身会提示push失败。看到过几个issue都是在说这个问题,是不是说只有这一种方法?因为看到https://zhuanlan.zhihu.com/p/143775034 这篇文章中提到支持pod bin auto 命令一键自动化制作、上传、存储单个二进制组件,请问这个方法是否可行?因为在组件库中使用pod bin auto同样失败.

在swift组件库中,因为大量使用了extension方式去实现某些代理协议,正常运行没问题,但是使用pod bin auto --all-make时就会报类似'@objc' instance method in extension of subclass of 'xxx' requires ios 13.0.0的错误,导致制作二进制失败。查阅相关资料,似乎将extension中方法放入主类里可以解决。但是组件中有大量类似这样的写法,意味着所有组件都要进行修改,并且很不优雅,请问作者这边有没有比较好的解决办法?

when i setted interItemSpacing for a vertical group which cotnains two or more horizontal groups, the interItemSpacing for the vertical group is ignored if run on iOS 12 or earlier,...

# 平台(如果交叉编译请再附上交叉编译目标平台): # Platform(Include target platform as well if cross-compiling): iOS # Github版本: # Github Version: 1.2.0 直接下载ZIP包请提供下载日期以及压缩包注释里的git版本(可通过``7z l zip包路径``命令并在输出信息中搜索``Comment`` 获得,形如``Comment = bc80b11110cd440aacdabbf59658d630527a7f2b``)。 git clone请提供 ``git commit`` 第一行的commit id Provide...

User