18 posts tagged ‘SwiftUI’
Thinking in SwiftUI (2023)
Chris Eidhof and Florian Kugler: In this short book, we will help you build a mental model of how SwiftUI works. We explain the most important concepts in detail and help you build a solid foundation for understanding SwiftUI. Since SwiftUI is a large framework, the book focuses on the concepts behind the framework that […]
Control Center in macOS Always Using CPU
Frank A. Krueger (Hacker News): The Control Center icon in the Mac [menu bar] is always running and always using 1% CPU. Not a big deal, but I finally had to know wtf it was doing…Turns out it is constantly re-rendering its SwiftUI (running layout) even though there is no UI visible. 🤣 Yay for […]