FRDIntent
FRDIntent copied to clipboard
A framework for handle the call between view controllers in iOS
Results
4
FRDIntent issues
Sort by
recently updated
recently updated
newest added
已经不维护了吗,pod不下来了
just swift, how can i register:path ? swift have nameSpace, NSClassFromString is nil,can this be fixed!
比如说 B 模块向 A 模块提供一个数据获取获取方法 getData(), A 模块怎么去拿呢? 就是说不涉及到页面流转,只是单纯的数据流转。 我刚想了下,充分解耦之后,理论上应该让 A B 之间互相都不知道对方,页面跳转解决了,单纯数据交互呢? 有什么建议吗?