python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Segue to Tab in navigation controller going to wrong tab, Swift, Xcode
I am clicking a button and pushing to a TabBar Controller.
When I click the button it goes to the first tab only, no matter what number I put in the prepare for segue area.
override func prepare(for s...
Tony Merritt
Votes: 0
Answers: 0
Param is 'out of scope' in its own function
My UITabBarController has a method to switch to a tab of a certain View Controller type. The method takes a parameter for this VC type called newVC. Its type is UIViewController.Type. The method finds...
theogood
Votes: 0
Answers: 1
How to change icon's color of selected tab bar item in SwiftUI?
I tried to change icon's color with UITabBar.appearance().unselectedItemTintColor but it works only with systemImage and doesn't highlight image, only text.
init() {
UITabBar.appearance().unselecte...
Jane
Votes: 0
Answers: 2
Tab bar sliding animation in Swift?
I have two question about this view . You can look at amazon mobile app by the way . First question is how we can add a line above to tap bar item . You can see on these pictures . Second question is ...
sait cihaner
Votes: 0
Answers: 1