-
MKProgress.show() not working from iOS 13 version.
```
DispatchQueue.main.async{
MKProgress.show()
}
```
This happens after adding SceneDelegate to project.
below version its works fine.
-
Repro:
- Start SoundSeer while a Spotify song is playing
- Have a song with a name that is really long (might need to adjust `prefixLength` to 60)
I was previously relying on `handleVisibilityCha…
-
| | |
|------------------|-----------------|
|Previous ID | SR-14939 |
|Radar | rdar://problem/80820406 |
|Original Repo…
-
| | |
|------------------|-----------------|
|Previous ID | SR-12077 |
|Radar | rdar://problem/58997169 |
|Original Repo…
-
| | |
|------------------|-----------------|
|Previous ID | SR-12644 |
|Radar | rdar://problem/62895007 |
|Original Repo…
-
I need to test a host with a ip address but it is always reachable.
var addr = sockaddr_in()
addr.sin_len = UInt8(MemoryLayout.size)
addr.sin_family = sa_family_t(AF_INET)
addr.s…
-
- 꼬리질문
- 어떤 이유에서 QoS가 필요하게 되었을까요?
- QoS를 사용해본 경험이 있으실까요?
- 어떤 상황에서 사용하면 좋을지 구체적인 예시를 들어주실 수 있나요?
-
I have tried with this particular code but it freezes the camera when we record a video with fast and slow motion and also there are so many bugs occurs like after record a video filter is applied onl…
-
Hey, thanks for the plugin.
The current logic doesn't support didFinishLaunchingWithOptions correctly, when the app doesn't launch and a user tries to launch it via quick actions first.
I found …
-
Hey!
I think there is misunderstanding in `checkSessionDuration` function.
If you setup NextLevel with
```swift
videoConfiguration.maximumCaptureDuration = CMTime(seconds: Double(480), preferred…