mlch911
mlch911
### Checklist - [x] I've tested my changes. - [x] I've read the [Contribution Guidelines](CONTRIBUTING.md). - [x] I've updated the documentation if necessary. ### Motivation and Context Add support for...
命名问题
https://github.com/HeathWang/HWPanModal/blob/c907c655e5169005aa0c2058a65a6c7eebbe480f/Sources/Presentable/HWPanModalPresentationUpdateProtocol.h#L61 这里的`Swift`名称应该加个`panModal`的前缀吧,和我们这边项目里的冲突了……
在`navigationVC`上`present`一个`hw`,如果`navigationVC`正在push动画中,这里的`animateAlongsideTransition`不会执行,只会执行`completion` https://github.com/HeathWang/HWPanModal/blob/c907c655e5169005aa0c2058a65a6c7eebbe480f/Sources/Controller/HWPanModalPresentationController.m#L86
源码集成没有问题,把 Flutter 整体打包为 framework 后,ios 工程编译报错。 ``` ld: Undefined symbols: _OBJC_CLASS_$_TRTCAudioRecordingParams, referenced from: in tencent_trtc_cloud[9](CloudManager.o) _OBJC_CLASS_$_TRTCCloud, referenced from: in tencent_trtc_cloud[9](CloudManager.o) _OBJC_CLASS_$_TRTCLocalRecordingParams, referenced from: in tencent_trtc_cloud[9](CloudManager.o) _OBJC_CLASS_$_TRTCLocalStatistics, referenced from: in tencent_trtc_cloud[9](CloudManager.o)...
we should be able to do this. ```swift attempt { // something return 0 }.catch { error in print(error) }.then { value in // here we got a error: Reference...
#140
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [ ] I've followed the _fastlane_ code style...