How to Use ASAuthorizationAppleIDButton in Storyboard
At WWDC 2019, Apple introduced Sign in with Apple. It provides a simple and secure way for people to sign in to…
At WWDC 2019, Apple introduced Sign in with Apple. It provides a simple and secure way for people to sign in to…
Dear fellow iOS developers, the wait is finally over! We are now able to simulate push notification in iOS simulator…
HTTP request helper is one of the most essential parts of most modern-day apps. It takes care of all the…
A few weeks back, I saw a piece of Swift code being tweeted by @objcio on Twitter. 46% of people…
One of the challenges, when picking up Swift, is to understand how optional work. New learners, usually get confused whether…
When doing unit testing, it is a common practice to replace an actual object with a simplified version in order…