jjj

5 Steps to Test Push Notification in the Simulator

In this blog, we have explained how Simulator supports simulating remote push notifications, including background content fetch notifications. Read our blog to understand why do you need to test Push Notification in simulator and Requirements to test the push notifications on the simulator with 5 easy steps.

Read More
jjj

Closures In Swift And It’s Related Importance

This blog provides insights of how closures in Swift programming language can help capture and modify variables & constants from the context in which they’re defined

Read More
jjj

Easy JSON parsing with Codable

Swift codable protocol has a combination of Encodable and Decodable protocol that can be used to work with JSON data in both directions…

Read More
jjj

Web, Mobile and API Development Guide

What are various Web, Mobile and API end technologies and how do they work in tandem? Tudip’s Web, Mobile and API Development Guide is a good starting point

Read More
jjj

SendGrid email integration with PHP

SendGrid is preferred email solution of lot of small and medium size enterprises. As SendGrid’s website describes. “SendGrid’s cloud-based email infrastructure relieves businesses of…

Read More
jjj

UIPickerView Height

One common problem that you face while UIPickerView’s using is, although the width is changeable but height is not re-sizable. At this point you have two ways to fix this problem….

Read More