I have a view controller with a function "CV" in it which constructs the views content. the function CV has a completion handler which returns itselve as the variable V. What I would now want to do is when I create a new Instance of that view that is shows V like so :I have a view controller with a function "CV" i