Reading List

Tahoe SwiftUI Table Bugs from Michael Tsai RSS feed.

Tahoe SwiftUI Table Bugs

Todd Heberlein: The first bug report, FB21850924, covers a terrible memory leak in SwiftUI’s Table view, a feature our program uses a lot. […] Despite the rapid updates to the data, the sample program only keeps 1000 records in a deque, so the memory usage should bounded. Strangely, switching to another view triggers Swift to […]