I used UITabBarController in my iOS app.
As you know , that UITabBarController's size is fix the screen of below.
I want to resize that UITabBarController with some CGRect because i don’t want to fix the screen size.
Is there anyway to do like that?
Thanks in advance.
You can update the size, by accessing tab bar frame –