In this blog post we will learn what is a closure, it's syntax and types of closures in Swift with examples.We can assign closures to a variable, pass them as an argument to functions and return them from functions.
Read More
In this blog post, I will introduce some of useful tips and techniques of using swift mapping and flat mapping, you might already experienced the basic usage of swift map and flat map but in this blog we can see some additional benefits and areas where we can use the map and flat map to gain full advantage of swift higher order function efficiently.
Read More
End of this blog you will be able to understand the Access control specifiers open, public,internal,file-private and private in swift 3.
Read More