zhengzeqin

Results 23 comments of zhengzeqin

+1 how to use subclass ,(some Duplicate business)

My solution:we can use father class define enum `Mutation`, and changeMutation to Son enum `Mutation` > example ``` class MyHouseManagerListDetailReactor: NSObject { enum Mutation { case setListData([Any]) case setRefreshStatus(RefreshStatus) case...

> 你解决了吗,我也是这个问题,导航栏隐藏了, 点击的时候不会出现系统导航栏,滑动的时候会出现 pod 'KMNavigationBarTransition' 依赖这个库解决了

> https://developers.line.biz/en/docs/ios-sdk/swift/setting-up-project/#installation > > Setup Line in project according to above link document. > > Auth url can't load in safari. See below image > > ![Simulator Screen Shot -...

> 简单 swift 封装下即可 ```swift import UIKit import JXMarqueeView import SnapKit @objc enum JXMarqueeObjType: Int { case left case right case reverse } @objcMembers class JXMarqueeBridgeObjViewConfigure: NSObject { public var...

unlucky [pub_server](https://github.com/dart-archive/pub_server) had changed `This repository has been archived by the owner. It is now read-only.`

> 要下载源码修改才行,把String? 改为String @Peibalam 我把 String? 改了 String 还是会,改成 Object 也会~😓是遗漏了哪一步吗? - 研发一番发现问题了:我的根项目和 flutter 目录下的 .pub-cache 存在各自的一份 unpub-2.0.0 源码(个人猜测 dart 、 flutter 命令启动服务有关)。这块需要注意 😓

> Are you succeded in building the last version? yes, but can not open the Products app