Observable GeoCoder
In this post I’ll show you how to make an Observable Geocoder to use in your #SwiftUI projects. Usage:
It should be fun!
In this post I’ll show you how to make an Observable Geocoder to use in your #SwiftUI projects. Usage:
Ever wondered how to create a simple publisher? In this blog i’ll try to show you the basics Firstly we need to import the required frameworks
[This article is not yet done] You started playing around with SwiftUI, and you want to present a Safari(WebView), you search in the documentation, and…, SwiftUI has no native way to display a WebView! To use Safari (SFSafari) you need to create a custom UIViewControllerRepresentable which is needed to use ViewControllers in SwiftUI. This post … Read more