Javal Nanda

Javal Nanda

Mobile Application developer passionate about building usable products. Linkedin:https://in.linkedin.com/in/javal-nanda-15b11a18

Latest

Reading Standard Input (StdIn) in Swift

Hello! Swifty Buddies. If you have tried out some of the challenges on Hackerrank using Swift as a preferred language, you might have came across this situation of reading input from StdIn because that is how the Test case inputs are provided on Hackerrank.


Creating optional protocol method in swift

If you are coming from Obj-C to Swift, you might have realized that there is no optional keyword available in Swift to define an optional protocol method in Swift Protocols.


How to use AlamofireObjectMapper?

If you are using Alamofire for Networking in Swift, this article will be helpful for you.

AlamofireObjectMapper is an extension to Alamofire which automatically converts JSON response data into swift objects using ObjectMapper