How to force light or dark mode in SwiftUI
Sometimes we want to overwrite default system behaviour switching between dark & light modes for specific screen or whole app. Let's check how we can quickly apply that.
iOS development explained, at least a bit
Sometimes we want to overwrite default system behaviour switching between dark & light modes for specific screen or whole app. Let's check how we can quickly apply that.
New project is perfect opportunity to test new architectures, frameworks but also tools supporting development process. Four weeks of new project development with Tuist is a good time for first reflections on this tool.
Handling accessibility rules for SwiftUI components moved to internal framework may be bit problematic at first if you forget about one little additional step...
Sometimes we want to overwrite default system behaviour preventing battery drain if, for any reason our app needs to stay active even if we don't touch the screen for longer period of time. Let's see how we can accomplish that.