I have a ViewController, which have a containerView inside. So, I need to use a method in my ViewController from ContainerView.
I know how to use method in ContainerView from ViewController, but don't exactly know how to do the same conversely.
Big thanks for any help!