I would like to know how to create the below menu when I click on a tabBarItem:
If I understood correctly I have to add function with frame on this function:
override func tabBar(_ tabBar: UITabBar, didSelect item: UITabBarItem) {
if item.title == "Add" {
print("add")
}
}