How to get current user’s location and add a Marker in Apple Maps in Swift 5?

Maps Series: Tutorial 3 📝

Tutorial 2 Link: https://youtu.be/GchCyohg_2k

In this tutorial we’ll see how to capture the current user’s location add a Marker in Apple Maps in your Swift Project.This tutorial is the third in the series of implementing various types of Maps in Swift, so make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • 📌Updating info.plist file with Privacy settings for Location from 01:06
  • 📌Adding Apple Map from 02:44
  • 📌Adding CLLocationManagerDelegate from 03:31
  • 📌Adding and Configuring Location Manager from 03:44
  • 📌Adding Location Manager didupdatelocations from 06:09
  • 📌Adding a Span MKCoordinateSpan from 09:19
  • 📌Adding a Region MKCoordinateRegion from 11:29
  • 📌Adding Map Annotation MKPointAnnotation from 12:39
  • 📌Adding the locationManagerDidChangeAuthorization stub from 14:41
  • 📌Demo, Showing a Apple Map with the current user’s location and Map Annotation 18:30

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video! #LocationManager#AppleMaps #Annotation #Swift

How to use Places API and Directions API and show a Dynamic Route on a Google Map in Swift?

Maps Series: Tutorial 2 📝

Tutorial 1 Link: https://youtu.be/3puhsH0WzfU

Google Console: https://console.cloud.google.com

In this tutorial we’ll see how to add a Dynamic Route using the Places API and Directions API in Google Maps in your Swift Project.This tutorial is the second in the series of implementing various types of Maps in Swift, so make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • 📌Recap of the Tutorial 1 from 00:43
  • 📌Tutorial 2 Preface from 02:56
  • 📌Enabling Directions API and Places API from 03:33
  • 📌Adding the Alamofire and SwiftyJSON Pods from 05:36
  • 📌Querying the Places API from 08:04
  • 📌Querying the Directions API from 22:16
  • 📌Demo, Showing the Dynamic Route on a Google Map 33:19

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video! #Siri #GoogleMaps #Marker

How to add Google Maps with a Marker in Swift 5?

Maps Series: Tutorial 1 📝 In this tutorial we’ll see how to add a Marker in Google Maps in your Swift Project.This tutorial is the first in the series of implementing various types of Maps in Swift, so make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • 📌Enabling the Google Maps API from 00:50
  • 📌Adding Google Maps Cocoa Pods from 06:20
  • 📌Adding Google Maps to the Swift Project from 09:09
  • 📌Setting the UIView to GMSMapView from 10:12
  • 📌Adding Location Manager from 11:35
  • 📌Updating info.plist file with Privacy settings for Location from 14:19
  • 📌Working with Location Manager DidChangeAuthorization from 15:42
  • 📌Code to fetch the location of the user and add a Map Marker 18:36
  • 📌Demo, Showing a Google Map with a Map Marker 23:53

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Siri #GoogleMaps #Marker

How to add Add To Siri Button in Swift?

SiriKit Series: Tutorial 2

📝 Tutorial 1 Video Link: https://youtu.be/AbQMCjTl5DU

In this tutorial we’ll see how to add the Add to Siri button in Swift.This tutorial is the last in the series of SiriKit that we will be covering. Make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • 📌Recap for the first tutorial at 00:21
  • 📌Adding Add to Siri Button at 02:14
  • 📌Enabling the INUIAddVoiceShortcutViewControllerDelegate at 09:45
  • 📌Adding the Activity to Siri at 12:42
  • 📌Running the Shortcut with Hey Siri! at 13:50

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video! #Siri #Shortcut #AddToSiri

How to enable your App to be in a Siri Shortcut in Swift?

SiriKit Series: Tutorial 1 📝

In this tutorial we’ll see how to enable your App to be in a Siri Shortcut in Swift.

This tutorial is the first in the series of SiriKit that we will be covering. So, make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • 📌Introduction & Enabling Siri capability at 00:45
  • 📌Adding the NSUserActivity at 08:05
  • 📌Enabling the NSUserActivity at SceneDelegate at 11:39
  • 📌Working with Siri Shortcuts at 13:35

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video! #Siri #SiriKit #SiriShortcuts

How to support RTL and Switch between Languages in your App at Runtime in Swift?

Localization Series: Tutorial 3 📝

In this tutorial we’ll see how to localize your App’s Name in Swift.

🔗 Link for Tutorial 1: https://youtu.be/3YJS5u1FZp4

🔗 Link for Tutorial 2:https://youtu.be/6ZIYdNa2c84

This tutorial is the last in the series of Localization that we have covered.

From the next tutorial onwards we will looking forward to explore more about Swift. So, make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • 📌Introduction & Recap at 00:25
  • 📌Adding the RTL Support at 03:38
  • 📌Importing the LanguageManager pod file at 07:40
  • 📌Building the feature to switch between language at Runtime at 11:47

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Localization #Swift #RTL

Crashlytics and the Issues faced

In this tutorial we’ll talk about the issues that were reported in comments by the viewers.

They are:

1. Add Firebase iOS SDK (4.3.0) or higher then Build and Run and Crash your App

2. Upload missing DSYMs to see ‘X’ Crashes

  • 📌Background of Firebase Crashlytics Implementation at 00:59
  • 📌Checking for the issue “Add Firebase iOS SDK (4.3.0) or higher then Build and Run and Crash your App” at 03:23
  • 📌Summarizing the issue “Add Firebase iOS SDK (4.3.0) or higher then Build and Run and Crash your App” at 09:01
  • 📌Checking for the issue “Upload missing DSYMs to see ‘X’ Crashes” at 09:45
  • 📌Possible Reasons for “Upload missing DSYMs to see ‘X’ Crashes” at 10:13
  • 📌Downloading DSYMs from the appstoreconnect at 12:23
  • 📌Manually uploading the DSYMs from the Terminal at 13:20
  • 📌Configuring the project by adding a new Run Script for uploading the DSYMs at 17:09

We upload new videos every week. Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe👆the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Crashlytics #Swift #DSYMs

How to Localize text in your App in Swift?

Localization Series: Tutorial 1 📝

In this tutorial we’ll see how to localize the text in your App in Swift.

This tutorial is one of many tutorials in the series, in which we will be exploring Localization and how it can help you to adapt your App to different languages. So, make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

  • 📌Introduction at 00:44
  • 📌Adding a Translation File at 01:51
  • 📌Configuring the Localization File at 03:07
  • 📌Adding Languages Support to the Project at 03:48
  • 📌Adding Translations to the Project at 06:10
  • 📌Localizing the App at 09:00

Choose an amount

Or enter a custom amount


We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Localization #Swift #LocalizeText

Uploading a file in a POST Request using Alamofire – Multipart

Alamofire Series: Tutorial 5 📝

In this tutorial we’ll see how to upload a file in a POST Method using Alamofire Library with Multipart file upload.

This tutorial is in continuation of the previous tutorial (Tutorial 4) https://youtu.be/zwNvABIjTlA.

It is highly recommended to watch that tutorial to be at pace with this tutorial.

This tutorial is one of many tutorials in the series, in which we will be exploring the Alamofire Library and how it can be used in your project in Swift. So make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

🔗Tutorial 1: How to send a GET Request using Alamofire Library https://youtu.be/pgd87s8JPEY

🔗Tutorial 2: How to send a GET Request with URL Parameters using Alamofire Library https://youtu.be/vn4MfXWX6dw

🔗Tutorial 3: How to send a POST Request using Alamofire Library https://youtu.be/hDlPaOQOlHs

🔗Tutorial 4: How to send a POST Request using Alamofire Library https://youtu.be/zwNvABIjTlA

Github Link: https://github.com/Alamofire/Alamofire

Apple UTI Documentation: https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html#//apple_ref/doc/uid/TP40009259

  • 📌Recap of the previous tutorial at 00:39
  • 📌Returning a MIME Type of the File from 03:26
  • 📌Setting a POST Request to Alamofire with Multipart Form Data at 08:24
  • 📌How to get the progress of the Upload Request at 17:50
  • 📌Get the Status from 18:40
  • 📌Size of the Payload from 18:40
  • 📌Response time of the Payload from 18:40

We upload new videos every week! Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Alamofire #FormBody #POST #Swift

Building Form Data and sending parameters to a POST Request using Alamofire Library in Swift

Alamofire Series: Tutorial 4 📝

In this tutorial we’ll see how to build a form-data and query a URL using a POST Method using Alamofire Library.

This tutorial is one of many tutorials in the series, in which we will be exploring the Alamofire Library and how it can be used in your project in Swift.

So make sure you have subscribed 👆to our channel and you have hit the notification button 🔔

🔗Tutorial 1: How to send a GET Request using Alamofire Library https://youtu.be/pgd87s8JPEY

🔗Tutorial 2: How to send a GET Request with URL Parameters using Alamofire Library https://youtu.be/vn4MfXWX6dw

🔗Tutorial 3: How to send a POST Request using Alamofire Library https://youtu.be/hDlPaOQOlHs

Github Link: https://github.com/Alamofire/Alamofire

📌Recap of the previous tutorial at 00:38
📌Building Form Data from 01:00
📌Setting a POST Request to Alamofire with Multipart Form Data at 05:50
📌How to get the progress of the Upload Request at 08:30
📌Building response serialization at 09:50
📌Get the Status at 14:39
📌Size of the Payload at 15:14
📌Response time of the Payload at 16:39

We upload new videos every week!

Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Alamofire #FormBody #POST #Swift