This collection aims to contain the basics, How-Tos and best reading collection that will be a jump start to new iOS developers and a great companion guide for experienced ones
ios dev
This collection aims to contain the basics, How-Tos and best reading collection that will be a jump start to new iOS developers and a great companion guide for experienced ones
Basics of swift :-
This article helps you understand basic overview of swift. It tells you about why you should learn swift in first place and then introduces you with the basic components of swift.
Optionals is the very important concept in swift. It is what makes swift type-safe.
Closures are self-contained blocks of functionality that can be passed around as an argument and takes parameter as any object. Closures in Swift are similar to blocks in C and Objective-C and to lambdas in other programming languages.