iOS还有人要吗?

Results 18 comments of iOS还有人要吗?

@psisquared hi,have you solved the problem of dual DP connection? I run failed. $ ddcctl -d 1 -b 100 D: NSScreen #722475472 (2560x1440 0°) HiDPI I: found 1 external display...

目前来说可以使用这样的方式来实现,但是这样我就需要根据手机是否x来适配图片,不然不能显示完整,不知道有没有其他更好的方法 ``` if #available(iOS 13.0, *) { let app = UITabBarAppearance() app.backgroundColor = #colorLiteral(red: 0.0862745098, green: 0.09411764706, blue: 0.1333333333, alpha: 1) app.backgroundImage = #imageLiteral(resourceName: "tabBG") app.backgroundImageContentMode = .scaleAspectFill self.tabBar.standardAppearance =...

貌似其他刷新框架也会,很奇怪的问题

测试发现用swift文件会出问题,作者有空看看~我只能用oc的文件包裹一层,再用swift引用,但是特别麻烦,请作者看看有没有什么好办法~蟹蟹啦~

@landryshuai 你可以去 pp 助手下载个

😂还有一点,我使用的是swift项目,那么只能实现xib和starboard的国际化,然而swift文件不能,需要改下python文件兼容才可以 我clone你的项目编译是可以成功的,不清楚问题出在哪里= =!