iOS - Make child UIVewController background (of ContainerView) transparent

563 Views Asked by At

I have created a ContainerView in my parentViewController and populated with childViewController.

I want the child childViewController background to be transparent. I have made it's view to be transparent, but it didn't help.

What can I do?

1

There are 1 best solutions below

1
On BEST ANSWER

Made the ContainerView background transparent.