How to validate JSON in Xcode projectAs as developer we wanted to validate each project file, when we compile the project, but currently Xcode failed to do that for the JSON…Mar 2, 2020Mar 2, 2020
How to setup SwiftLint in your project.Let me tell you a long story in short that SwiftLint is a tool which enforce Swift style and conventions. Also, SwiftLint checks the…Feb 28, 2020Feb 28, 2020
How to setup SwiftFormat in Xcode project.When I started using XCode I was really surprised about the really bad implementation of its code formatting functionality. It kind of…Feb 28, 2020Feb 28, 2020
How to convert Date to String in iOS Swift using DateFormatter and Parsing Dates from web service.This article is just to show conversion from Date to String in Swift programming language. I am sure you must have experienced/ used date…Jun 1, 2019Jun 1, 2019
How to download image asynchronously in UITableViewCell using NSCache.The purpose of this article is to get familiar with async image downloading process in UITableViewCell using NSCache. Or hassle free…Jun 1, 20191Jun 1, 20191
Functional Programming in Swift with ForEach, Filter, FlatMap, Reduce, Reverse, SortHow to use functional programming in Swift using FlatEach, Filter, FlatMap, Reduce, Reverse and Sort. This can reduce number of code lines…May 27, 2019May 27, 2019
Theme OR UIAppearance library in Swift 4.2As a developer, we might be using common colours and fonts across the application. So some times we have so many common things to reuse in…May 12, 2019May 12, 2019