Tag: swift
Rounded corner panels and masks in SwiftUI
I've been working on my UI developer skills recently (and I've done a few other posts about this as well). If you look at any of the recent design trends on Dribbble or UPLabs,…
Handle location and geocoding with SwiftUI
I'm continuing on my Weather app research in SwiftUI. My next problem is this: How do I get the current location (as a longitude / latitude) and a place (like a city) in my app…
Create a bubble background in SwiftUI
I'm continuing to explore SwiftUI, trying to recreate user interfaces that I see on design labs. The latest one is a task list app, found on Uplabs, and created by Rudi Hartano. I…
Why SwiftUI might just convert me to an iOS developer
Confession time. I hated iOS development. First, there was Objective-C (which was a nightmare of epic proportions for cryptic syntax), then there was the Storyboards. Both of them…
The things I like (and don't like) about Swift?
Recently, I’ve given myself the task of learning the “native” mobile development platforms. That means Java or Kotlin for Android and Swift or Objective-C for iOS development.…