prepareContent()
Typically overridden by subclasses that require additional control over the creation of new objects.
Declaration
func prepareContent()Discussion
Subclasses that implement this method are responsible for creating the new content object and setting it as the receiver’s content object. This method is only called if automaticallyPreparesContent has been set to true.