-
-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
Everything works great until I create a new Service (with the same URL) and recreate the wrapping AppAPI (as per your example).
As per the stack overflow I have insured my tableView delegate and dataSource are properly set.
The following resource gets reassigned but the statusOverlay continues to spin and the I don't find any evidence that anything is reloaded.
var repositoriesResource: Resource? {
didSet {
oldValue?.removeObservers(ownedBy: self)
repositoriesResource?
.addObserver(self)
.addObserver(statusOverlay, owner: self)
.loadIfNeeded()
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels