huluo
huluo
Xcode Version 16.0 (16A242d) 💉 Compiling xxx/DNRoomTopView.m 💉 ⚠️ Re-compilation failed (see: /Users/molo/Library/Developer/CoreSimulator/Devices/FDDD7B3F-F906-49D8-9C2D-ACBAA328F018/data/Containers/Data/Application/FAC3C0BE-3FD0-4F4C-AA61-714277BE3AD6/tmp/command.sh) error: PCH was compiled with module cache path '', but the path is currently '/Users/molo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/2AWQZ2Z0DZ951' has Delete...
框架很好用,希望更新下两个LeeAddAction支持垂直布局 ``` @interface LEEBaseConfigModel : NSObject /** 是否强制竖排布局 */ @property (nonatomic, assign) BOOL isVerticalLayout; /** 设置动作布局样式 -> 格式: .LeeActionLayoutStyle(YES) 表示竖排 */ @property (nonatomic, copy, readonly) LEEConfigToBool LeeActionLayoutStyle; @end @implementation LEEBaseConfigModel...
Could you consider making the webView a public property? The playerViewPreferredBackgroundColor method requires loadPlayer to be called, which makes it inconvenient to set backgroundColor, call evaluateJavaScript, etc., on the web...