What’s new in swift? | WWDC 2022
Early in this month of June was WWDC 2022. After a huge update in iOS 16, Now, let’s talk about the some technical updates about the SWIFT 5.7.
Combine Framework in Swift
Combine was introduced as a new Framework by Apple at WWDC 2019. Combine can be used to simplify your code for dealing with a number of delegates, notifications, completion handler, KVO, networking, a...
Concurrency in Swift: async/await
In the past, we followed the concurrency basics of code in swift using libraries like Grand Central Dispatch (GCD) or libdispatch.Nowadays, we can enforce the basics for concurrency using the async an...
Setup Fastlane for iOS
We all know the famous sentence “Eat Repeat...Eat Repeat” but now in the development team we can say “CODE RUN DEPLOY REPEAT...CODE RUN DEPLOY REPEAT”
Apple Event WWDC 2021: Renovate Extraordinarily
Are you an apple products user or developer or are you a technophile? WWDC (Worldwide Developers Con...