create Date extension like Date+Extension.swift and use it like If you have date in string convert that to Date using bellow code String to Date Date to… Read more “Display time as “Time Ago” in Swift”
Author: Sandesh S. Sardar
LocalNotification with Time Schedule in Swift
use this AppDelegate.swift code
Get Push-notification in simulator iOS
Xcode 11.4 onwards Testing push notifications in the iOS simulator make it a lot easier to add support for remote notifications. Required – Xcode 11.4 + Step… Read more “Get Push-notification in simulator iOS”
Use userdeafult in iOS project in better way
Method 1: You could declare a computed property for getting/setting the value from the user defaults Create Utility.swift class and you can set value anywhere ex. userDeviceToken… Read more “Use userdeafult in iOS project in better way”
Best Resources for Firebase in iOS Swift
For CRUD operations “https://www.simplifiedios.net/firebase-realtime-database-tutorial/“ For Firebase Login and Sign Up “https://www.appcoda.com/firebase-login-signup/“
Grand Central Dispatch (GCD) and Dispatch Queues
https://www.appcoda.com/grand-central-dispatch/ here you can find detail explanation about GCD. Notes: Asyn and sync is related between multiple queues and concurrent and is related to work items inside… Read more “Grand Central Dispatch (GCD) and Dispatch Queues”
Firebase Crashlytics Integration In iOS Swift
Prerequisite:- 1. Xcode 10.2 2. Swift 5 3. Firebase Console Account Step 1:- Create a new XCODE project with a button Step 2:- Generate pod file for your project and install pods… Read more “Firebase Crashlytics Integration In iOS Swift”
Creating an Apple Developer Account: Step by step guide
To submit apps to the iTunes Store/App Store you need an iOS Developer Account. Below is a step-by-step guide on how to set up this account. Please… Read more “Creating an Apple Developer Account: Step by step guide”