get_task_allow 🤔
Sep 21, 2020, 12:42 PM
Have you ever observed this weird entitlement while you were uploading app to store… … but you didn’t bother to understand it as you were in a hurry to finish your task and start your Friday night 🍻🥂 I know this happens with us...
SwiftUI: Login screen with an animating gradient background of login Button
Jul 26, 2020, 2:27 AM
This post will walk you through creation of some common iOS components in SwiftUI. I am saying common components because mostly any iOS app’s screen has a TextField, a Button or an Image. Along with these common components, I will...
UITextView: Add Done button in Keyboard
Apr 28, 2020, 12:25 PM
Recently I had a requirement to use UITextView, but as we know the return key of UITextView’s keyboard doesn’t dismiss the keyboard, instead it adds a new line. So to dismiss the keyboard, I switched on the Done Accessory of...
Create an iOS app programmatically
Apr 6, 2020, 3:04 AM
With the introduction of SceneDelegate in iOS 13, some of you might be wondering where to place your code to start creating your app programmatically. Worry no more :-D, following steps will clarify all your doubts. Let’s quickly jump into...
Gratitude!
Feb 8, 2020, 1:40 PM
Hello readers, This is my first ever blog post. Really excited to interact with you all here and share my technical understanding. But before doing that I would like to thank Dave Verwer & Paul Hudson for inspiring me to start my blog....