AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Swift UI Responsive
The new archive viewer is almost like a little mini finder window. It has columns. You can tap the column headings to sort on them, tap again to flip the sort order and that all animates. And then you can even drag files out and into other apps that support those file types. That's really cool. So this is where SwiftUI comes in invaluable because UIKit is a lot less flexible in these ways. But it means that whenever something changes, you pretty much have to tear down the entire view hierarchy and build a new one from scratch. In SwiftUI, you can just kind of throw a bunch of views at a layout that knows how to adjust them automatically.