Types vs. Objects
You will encounter two kinds of variables when working with Objective-C. Objects such as the UIAlert and simple types like integers and doubles. These things can cause some confusion because they follow different rules even though they are used in similar ways.
This article shows you the difference between types and objects in Objective-C.
This article shows you the difference between types and objects in Objective-C.
Comments