David BolisNov 30, 20201 minHow to integrate a share sheet in SwiftUI2.0In this blog I will show you how to use apple's native swiftUI share sheets in your swiftUI App! To Learn how to integrate Share sheets...
David BolisOct 22, 20201 minHow to Integrate MapKit in SwiftUI2.0Displaying a map in your app has many benefits! You can show the user's current location, show a specific location or region, or simply...
David BolisOct 20, 20201 minHow to create SwiftUI Widgets! What are they and how to create your own!Welcome to another educational blog! In this blog I will show you how to create your own SwiftUI App Widgets!👍🏽 Widgets are IOS's...
David BolisOct 4, 20201 minHow To Make a Dynamic QR Code Generator!Adding a QR generator to your app is a great way to make your app fancier! Adding a QR generator to your app can allow you to generate a...
David BolisOct 4, 20201 minHow To Use Date Picker's in SwiftUI 2.0Date Picker's are very useful in any app you are developing today! Using Date Pickers just got so much easier to integrate in your app...
David BolisSep 9, 20201 minFetching Data From a Web API | SwiftUI | 2020API stands for application programming interface. APIs let your product or service communicate with other products and services without...