-
Hi there Matt,
I'll help out with some of the more gnarly runtime topics of the guide.
I think we can have a guide about "coming from dispatch" and surprising behaviors etc.
One thing I wanted to…
ktoso updated
5 months ago
-
* [ x] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/jjatie/Charts/blob/master/CONTRIBUTING.md).
## What did you do?
I am running a series…
-
- Scheduler를 사용하여 작업을 특정 큐(DispatchQueue)에서 실행하는 방법을 설명해주세요.
- 백그라운드에서 작업을 수행하고 메인 큐에서 UI를 업데이트하는 패턴을 Combine으로 구현하는 방법을 설명해주세요.
-
There's a blurb at the end of the Appendix document that reads:
> So, if you want to start a chain by dispatching to the background, you have to use
> `DispatchQueue.async`:
>
> ```swift
> Dis…
-
-
Hey, thanks for this repo. I am using it for render html as NSAttributedString thanks to this but when I open page app is crashing. I researched and they said you must add DispatchQueue.main.async to …
-
### Description
## Context
Change introduced automatic expansion of trailing closures. For example, when requesting completion for a call to the function `func foo(bar: Bar, baz: @escaping () -…
-
e.g.
```
DispatchQueue.global(qos: .background).async { [weak self] in
ServiceManager.sharedInstance.backgroundManagedObjectContext.performAndWait({
let user = NSEntityDescription.in…
haemi updated
7 years ago
-
My app have a `dispatchQ`(DispatchQueue) for network requests and most other operations, and some other queues for heavy computing. I use PromiseKit like this,
```swift
fetchData().then { obje…
-
## 상품 등록 후 메인 페이지를 통해 상세 페이지로 등록된 상품 보여주기
델리게이트 패턴을 통해 등록 페이지에서 메인 페이지로 등록이 완료되면 데이터를 전달 받도록 구현
하지만, 상세페이지에는 아무것도 나타나지 않았음 ...
`breakPoint`를 걸어서 스텝별로 살펴보니.
`ViewModel`과 `View`가 Dat…