Subscribe to Updates
Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.
Browsing: SwiftUI
I wrote an app called SwiftUI View Lifecycle. The app allows you to observe how different SwiftUI constructs and containers…
The world of SwiftUI is constantly evolving, with each update pushing the boundaries of app development. With iOS 18, the…
iOS already includes a system-wide translation feature that allows users to easily translate text into various languages. With the release…
A key skill for every app developer is being able to profile your app’s performance. Your app might look great…
One of the modifiers that always puzzled me a bit was .aspectRatio. How does it really work? Once I figured…
During our SwiftUI Workshop we often notice that very few people seem to know about transitions, even though they’re not…
In UIKit, we use UITextView for input fields that require long text entries from the user. In SwiftUI, we can…
I’m tinkering with SwiftUI-NavigationSplitView. I started with this example from the official Developer-documentation. Overview The UI, I have made is…
During the last months, we have worked hard at updating our book Thinking in SwiftUI. Over the past years, we…
SwiftUI’s layout primitives generally don’t provide relative sizing options, e.g. “make this view 50 % of the width of its container”.…