I have a UITabBarController with 4 controllers (navigation controllers). Now I would like to change the frames of all 4 types of controllers, so what is the best thing for?
Note : The UITabBarController will always be reset by frames of its container views, since it will try to match them with the restrictions of its container.
You can do this by creating a custom scoreboard controller.
Please check the screenshot below on how to create a custom panel to fulfill your requirements.
, , . .
UITabBarController:
UITabBarController , UITabBar origin.y( tabBar.origin.y -= reduced size ) size.height tabBar.size.height += reduced size ), viewcontrollers .
tabBar.origin.y -= reduced size
tabBar.size.height += reduced size
, , UITabBarItem tabBar imageInset.
, viewControllers tabBarController .
Source: https://habr.com/ru/post/1670499/More articles:How to download a folder from iCloud.com - fileПосмотреть на верхней части UITabBar - iosconfusion over the passage of the state monad in Haskell - haskellWhy is 2 ^ 52 equal to 2 ^ 52 + 1 in Matlab? And how to fix it? - matlabRender html in yii2 Gridview Widget - phpCannot get input in a subprocess launched by Swift - swiftjooq and java 8 threads SQL generation - javaIs React a Good Example for Using ES2016 Property Initializer Syntax in ES6 Classes - javascriptIs the library (with the C programming language interface) accessible from ABAP? - sapReplace and save in another scalar - regexAll Articles