kennen

Results 12 comments of kennen

```objc - (void)setStatusBarBackgroundColor:(UIColor *)color { if (@available(iOS 13.0, *)) { UIStatusBarManager *statusBarManager = [UIApplication sharedApplication].keyWindow.windowScene.statusBarManager; id _statusBar = nil; if ([statusBarManager respondsToSelector:@selector(createLocalStatusBar)]) { UIView *_localStatusBar = [statusBarManager performSelector:@selector(createLocalStatusBar)]; if ([_localStatusBar...

我找到方法了,注释掉这一行,直接import就好了 ```objc //#import #import ``` 其他不用做改动,这个方法对我来说是生效的 install_plugin.podspec ```objc # # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html # Pod::Spec.new do |s| s.name = 'install_plugin' s.version = '0.0.1' s.summary =...

我把我工程中使用的swift plugin,都做了这种处理,就没有问题了 参考链接: [https://stackoverflow.com/questions/26328034/importing-project-swift-h-into-a-objective-c-class-file-not-found](https://stackoverflow.com/questions/26328034/importing-project-swift-h-into-a-objective-c-class-file-not-found)

```dart /// 调起支付宝支付 SyFlutterAlipay.pay( result, urlScheme: '***', isSandbox: false, ).then((payResult) async { print('###########' + payResult.toString() + '###########'); _requestPayResult(); }); ```

> 哦? 想请问下 这边按照是 通过 rvm 还是 系统 ruby 直接安装的呀 rvm

> 我试了下 好像没报 麻烦您这边 说下您的操作系统 rvm 版本 以及 安装的ruby 版本 我这看下是否能复现 谢谢了 不好意思,之前重装系统了,现在用的是系统ruby ~  ruby -v ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-darwin21] ~  fir -v Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name =>...

> 四年没维护了,别用了。 现在用哪个啊?

> > > 四年没维护了,别用了。 > > > > > > 现在用哪个啊? > > 原生就行吧,他这个好像只是简化了api 没啥特殊功能 好的,谢谢,现在OC的库能用的太少了唉,都停止维护了