Desilio NetoGetting user location with SwiftUIToday we will get the user location using Core Location and SwiftUI. Let’s start, as the user location is a sensible information you need…Mar 211Mar 211
Desilio NetoHow to use @Environment to share data between views in SwiftUIIf you need to have access to data in different views SwiftUI provides the property wrapper @Environment for this propose. To use it first…Feb 132Feb 132
Desilio NetoHow to open a link in Safari with SwiftUIThere’s 2 ways of opening a link with SwiftUI, on is using Link and Other one is using openURL environment key. Let’s start with the first…Jan 19Jan 19
Desilio NetoHow to ask for user permission with Jetpack ComposeIn this tutorial I gonna show you how to ask user permission, if the user denny the permission a dialog will be showed to explain why you…Jan 16Jan 16
Desilio NetoCapturing and cropping images from gallery or camera with Jetpack ComposeI will show you the easiest way to get this work done, so let’s go. First of all we will be using a third party library do achieve our…Dec 25, 2023Dec 25, 2023
Desilio NetoHow to add a SwiftUI Search BarAdding a Search Bar with SwiftUI is very simple and a created an small app to show how simple it is. Our app has just one view with a list…Dec 11, 20231Dec 11, 20231
Desilio NetoLoading a json file with SwiftUIToday I’ll show how to load a simple json file and show on screen. First we need a json file I’ve create this very simple one:Dec 3, 20231Dec 3, 20231
Desilio NetoAdding custom font to a SwiftUI TextIf you need customize your SwiftUI Text with a custom font you came to the right place. Firstly you need some fonts to use I recommend you…Nov 15, 2023Nov 15, 2023
Desilio NetoHow to play videos from an URL with AVPlayer and SwiftUIToday I gonna show you how to play videos from an URL using AVPlayer and SwiftUI, just to let you know is also possible play videos from…Nov 6, 20232Nov 6, 20232