Clone o Copie UIViewController o UIView

Necesito copia, autocontrol o autoevaluación, he intentado:

UIView* viewOfSelf =[self.view copy];
UIViewController* controller = [self copy];

UIView* viewOfSelf =[self.view mutableCopy];
UIViewController* controller = [self mutableCopy];

El error es:

    -[UIViewController mutableCopyWithZone:]: unrecognized selector sent to instance 0xb803490
    -[UIView copyWithZone:]: unrecognized selector sent to instance 0x6e0acb0

Respuestas a la pregunta(3)

Su respuesta a la pregunta