Norman Sun

Results 7 issues of Norman Sun

``` internal var numberOfItems: Int = 0 internal var numberOfSections: Int = 0 ``` Coz it's `internal`.

There is a project: using AgoraRtcKit for video call, and AudioKit for recording audio after exit room. Step: 1. Join channel as a `broadcaster`, and set `agoraKit.setAudioProfile(.default, scenario: .education)` **If...

``` func mediaDataPlugin(_ mediaDataPlugin: AgoraMediaDataPlugin, didCapturedVideoRawData videoRawData: AgoraVideoRawData) -> AgoraVideoRawData { return videoRawData } ``` i wnat to render CVPixelBuffer form this func.

BRDatePickerView `pickerMode = .time` 点击选中的时间 键盘会弹出

- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section - [x] I have already searched for the same problem ## Environment | Technology | Version | |-----------------------| ------------- | |...

bug

## 💬 Questions and Help Here I'm using cached_network_image to loading network image. It may not exists with the giving image url, when I get 404 from errorListener, I async...