-
## 상품 등록 후 메인 페이지를 통해 상세 페이지로 등록된 상품 보여주기
델리게이트 패턴을 통해 등록 페이지에서 메인 페이지로 등록이 완료되면 데이터를 전달 받도록 구현
하지만, 상세페이지에는 아무것도 나타나지 않았음 ...
`breakPoint`를 걸어서 스텝별로 살펴보니.
`ViewModel`과 `View`가 Dat…
-
| | |
|------------------|-----------------|
|Previous ID | SR-4937 |
|Radar | None |
|Original Reporter | @weissi …
-
### Reproduction
Consider the following code, split in 2 modules:
```swift
// Module 1, compiled with Swift 5 and no strict concurrency checking:
public class A {
public init() {}
publ…
-
In one of our SwiftUI-based projects, we've noticed that RichTextViewController is dispatching several rendering steps async using the main DispatchQueue. Due to this, calculating and setting the Rich…
-
I noticed this plugin is doing its work in UI thread. I can already see some slowness in my app UI. Could you please consider applying threading for better performance. This is also recommended at lea…
kinex updated
2 years ago
-
```swift
// MARK: UITextField
@IBDesignable public extension UITextField {
@IBInspectable var placeholderLocalizeKey: String {
set {
DispatchQueue.main.async {
…
-
## Summary
Hi devs!
We are using your Stripe 23.6.0 framework in our iOS app.
Faced an issue that taxes taxes are not automatically taken into account.
In web version it successfully includ…
-
Hi.
Pretty new to both Swift and this package.
Can anyone include an example of how to supply an image from assets or uploaded from the device with a prompt to the gpt-4o endpoint?
My curr…
-
**Describe the bug**
java.lang.ExceptionInInitializerError in Android studio
I wanna run azure openai sdk at Android, but when I created OpenAIClient, app broke down bacause of ReflectionUtils.
*…
-
| | |
|------------------|-----------------|
|Previous ID | SR-12479 |
|Radar | rdar://problem/62201587 |
|Original Repo…