Trying to insert UITabBarController inside a UIView of the size 200x200 for example:
First:
var MyContainerView: UIView = {
let view = UIView()
v