This content has 7 years. Please, read this page keeping its age in your mind.Structures is not another type in swift. If you have background in C or objective C you will be impressed with the functionality of structs in swift. Structures have initialisers, methods, comfort to protocols have extensions…convinced? Well, if start thinking that
Tag: methods
Declaration of variables in different locations in Objective-C
This content has 7 years. Please, read this page keeping its age in your mind.Having worked with Objective-C you will have noticed that there are many different locations to declare instance variables and local variables. In this article, we are going to explore the different possibilities and the meaning of each case. Lets start with
Continue reading Declaration of variables in different locations in Objective-C