Search code examples
iosobjective-cuiviewcontrollercontainer-viewuicontainerview

iOS - Make child UIVewController background (of ContainerView) transparent


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?


Solution

  • Made the ContainerView background transparent.