Open
Description
How can I increase the tab bar height?
I've tried this, but it is not changing.
override func viewWillLayoutSubviews() {
super.viewWillLayoutSubviews()
var tabFrame = tabBar.frame
tabFrame.size.height = 80 //Set the desired height here
tabFrame.origin.y = view.frame.size.height - tabFrame.size.height
tabBar.frame = tabFrame
}
Metadata
Metadata
Assignees
Labels
No labels