Simulating Push Notifications in iOS Simulator
Dear fellow iOS developers, the wait is finally over! We are now able to simulate push notification in iOS simulator…
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…
To add a Facebook login button into your app, it can be as easy as using FBLoginButton which included in…