iOS
How to create different type of picker in SwiftUI?
Picker is a control in SwiftUI which allows you to select a value from a list of possible options. There are many types of inbuilt pickers coming in SwiftUI and it’s really easy to implement.

What’s new in Xcode 13.3?
Xcode 13.3 includes SDKs for iOS 15.4, iPadOS 15.4, tvOS 15.4, watchOS 8.5, and macOS Monterey 12.3. Xcode 13.3 requires a Mac running macOS Monterey 12 or later.

Build System
The build system and Swift compiler have a new mode that better utilizes available cores, resulting in faster builds for Swift projects. The mode is opt-in, and you can enable it globally with the following user default:
From where I need to download the dSYM from App Store Connect?
I regularly download dSYM from the Activity tab in app store connect.

This is the activity tab in app store connect:
How to create Navigation Bar in SwiftUI? Check here!
Let see how to create navigation bar in SwiftUI.

2020 My Year In Review as iOS Dev
I had decided to write one blog every month and I got success to complete my 2020 resolution!

Here is list of blogs I have written in 2020…
WidgetKit: How to add deep link on iOS Widget?
Widget in iOS is massive update by Apple. Today we will discuss about the deep link on widget.
As per apple suggestions small widget have single tap target, medium and large widget can have multiple tap targets. For Example, a widget with multiple photos can have different tap targets to perform action on the specific photo.

Apple suggested to avoid offering so many targets that people have trouble tapping the one they want.
Let see how we can add it by code…
iOS 14 – How to use UIColorWell and UIColorPickerViewController?
iOS 14 comes up with three new concepts of pickers, which are Menu, Date Picker and Color Picker. All of this will be useful for the developers as well as users of iOS. Today we will learn about the UIColorWell and UIColorPickerViewController.
