Type3
Type3
In `LayoutKitDemo`, i found this: ``` open class CircleImagePileView: UIView { open override func addSubview(_ view: UIView) { // Make sure views are inserted below existing views so that the...
What I guess above is a solution, here's an example: ``` class RootCardLayout: SizeLayout { init(_ title: String, subtitle: String, info: String, size: CGSize, action: @escaping (() -> ())) {...
谢谢啦,我在上面的gitIgnore里面忽略了.ds_Store文件,最终发现copy_bundles里面竟然copy这个本不存在的.ds_Store文件,3QU~
项目是基于swift2.0的, 要在Xcode8上运行,不要转换成swift3.0即可
哪是什么大佬,😄 不过控件依托于业务诞生,但是如果想要剥离出去,还是得把核心参数暴露出来,一个小建议😉
期待哦