[Book: Beginning iPhone development with Swift - Chapter 12]
Hi,
I was wondering why the outlets that are declared for the "FirstViewController" are not declared using the "weak" keyword i.e.
etc...
as opposed to:
etc...
... which I assumed was always necessary to avoid a strong reference cycle?
Have I misunderstood something about IBOutlets?
Any help is much appreciated. Thanks in advance
Matt