XFLegoVIPER icon indicating copy to clipboard operation
XFLegoVIPER copied to clipboard

🚀 A seamless framework for build app from MVC, MVVM, VIPER (etc.) design pattern in iOS world. (OC & Swift)

Results 4 XFLegoVIPER issues
Sort by recently updated
recently updated
newest added

在mVVM模块下,bindViewData方法中,仅打开默认的绑定代码块RACObserve: ```objc XF_Define_Weak [RACObserve(self.dataDriver, expressData) subscribeNext:^(NSString *imgUrl) { XF_Define_Strong // 如果有显示数据加载完成 }]; ``` 奔溃位置: ``` #15 0x00000001065d1b0c in -[RACKVOTrampoline initWithTarget:observer:keyPath:options:block:] at /Users/jhmac/hsg/SupervisionSel/Pods/ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.m:50 ```

现在框架在 oc 上面必须有classPrefix 和 stuffix,这种机制下有两种情况下目前不好解决。 1. 项目内的第三方控件库,第三方控件库都有自己的命名 2. 公司内部封装的多个项目共用的库 希望后面能够支持不规则的组件名称,比如注册url和组件名的时候以手动指定的方式或者其它方式。 @yizzuide 楼主怎么看?

enhancement

如题 代码讲解的视频也放出来吧

help wanted

Is this framework stable? Can commercial projects be used? Is there an example project?

question