Blog

iOS 14 || UIDatePicker

Always Apple comes up with new things, Everybody knows apple was introduced new things in UIDatePicker, it’s one of the best things introduced in this year’s WWDC as everyone widely uses it.

Custom URL Scheme | Deep-Link |

The custom URL schemes we can launch the application from anywhere. Custom URL schemes are also being used to check if the application is installed or not.

# (HashTag) Delimiter In Swift 5

Swift gets more stable day by day!. You can use # delimiter with start and end of the strings to use less escape sequences. So now you can reduce usage of backslash in your code.