Lotusoot icon indicating copy to clipboard operation
Lotusoot copied to clipboard

灵活的 Swift 组件解耦和通信工具

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

`LotusootRouter.register(route: "newproj://account/login")`, 路由的注册时机,在oc里面也是要在load方法里面吧,swift在哪调用呢? 如果不提前注册,open方法就失效了

'substring(to:)' is deprecated: Please use String slicing subscript with a 'partial range upto' operator.

我自己新建了一个项目,将demo中ZLYAccountModule模块pod进去MainLotus.swift和MainLotusoot.swift拖进我的项目,中间件Lotusoot 是pod 进去,按照步骤配置,build,生成了Lotusoot.plist文件,但是Lotusoot.plist文件中没有数据,这是为什么呢?

跳转以后的界面如何把值传递给之前的界面