Hello All,
I am having a problem with terminology I think. Is a ViewController
the Controller portion of MVC? Or is it not the same thing. Is this combining the VC of MVC into one file?
Properties like .backgroundColor
and .size
are these the same thing as the @property
and @synthesize
and if so is this the same thing as an attribute? Meaning can properties and attributes be interchangeable terms in Objective-C or are they different? For example does .backgroundColor
have the @properties
syntax in some Cocoa class or is this the wrong way to look at it?