When I select first item in tab bar, the selected tint colour doesn't change, but when I tap second time the same item, it works then. That only happen on the first tab bar item and it looks like tab bar is refreshing. Tapping every other item in tab bar works as expected and doesn't have that problem. This only happens on iOS 13.
I tried using UITabBarAppearance(), but it's the same.
UITabBarController tint color problem on iOS 13
363 Views Asked by Valentina Konatar At
1
There are 1 best solutions below
Related Questions in SWIFT
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Swift code with multiple NSDateFormatter - optimization
- How do I add multiple in app purchases in Swift Spritekit?
- cellForRowAtIndexPath and prepareForSegue return different label colors
- Getting this message in my console in xcode "Ignoring restoreCompletedTransactionsWithApplicationUsername: because already restoring transactions"?
- Change background of an Accessory View in a UITableViewCell
- fade in an bounce animation subview
- Create a PFObject and PFRelation after PFUser Sign Up
- Swift 2 - Pattern matching in "if"
- How do I give inputs through NSURL
- How do I add custom cells to TableView in Swift?
- UIWebView not loading URL in simulator
- Compiler complains that 'Expression resolved to unused function' when removing index in array of functions
- Cast from 'Int?' to unrelated type 'NSNumber' always fails
Related Questions in UITABBARCONTROLLER
- Using Navigation Controller in TabBar Controller Iphone 6+ IOS 8.3
- How is it I can animate the change in bar tint color of a UINavigationBar but not a UITabBar?
- How i pass Data from SlideOut TableViewController to TableView embedded in ViewController
- UITabBarController customisation page top bar colour swift
- view with navigationController over tabBarController
- How to pre-render MKMapView from other viewcontroller?
- Exception when adding UICollectionViewController to UITabbarController
- UITabBar Wierd Height Difference
- Swift: How to execute an action when UITabBarItem is pressed
- How to add custom gesture to a tab in UITabBarController
- Hide a UIViewController (Screen) in swift
- Set the second tab as default tab in swift
- Found nil while unwrapping an Optional Value
- Modal view controller pushed from tab view controller always returning to first tab
- Scrollable tab bar in swift
Related Questions in IOS13
- Since iOS 14, my app does not display images only when with the debugger or a device with iOS 13. Also, the keyboard won't show all keys
- Xcode 11 running on Mojave fails despite Apple's documentation saying Mojave is supported
- SwiftUI List updating from Method
- NavigationLink hides the Destination View, or causes infinite view updates
- Getting Error while upgrading to new Xcode 12
- App behavior changes when going from iOS 13.6.1 to iOS 14
- Ios13: performFetchWithCompletionHandler not getting called anymore
- Swift timer not following correct interval
- Cloud Firestore .getDocuments callback not functioning on Swift5
- Can we use VoIP push for normal push notification?
- Apps complied with xCode 11.7 but running on iOS 14+ issues
- Getting issue on strokeWidth NSAttributedString in iOS 14
- NSKeyValuePopPendingNotificationLocal Crash on iOS 13 and 14
- Exclude UI elements from ReplayKit screen capturing
- how to present a tabBarViewController(created in storyboard) using code when pressed a particular button in swift5?
Related Questions in UITABBARITEM
- Custom UITabBar unselected item's color
- Set UITabBarItem Badge
- Getting Default Unselected TintColor of UITabBarItem Image
- How to resize an UITabBar selection indicator image in landscape
- Changing UITabBarItem image's color
- setTintColor and setSelectedImageTintColor are not working properly together
- Change the color of selected tab bar icon in swift
- Single tab bar item present different view controllers depending on a condition?
- View mess up when i add new tab bar item
- Combine 2 ViewControllers in a single tab of TabBarView and allow back and forth switching within the same tab
- (Swift) Tab Bar Item: Custom Selected Image with Rendering asOriginal is Not Showing
- tab bar icons appear as blue squares
- UITabBar items with each one different color when selected
- Add Tabbar Item Image from one UIImage issue
- Tab Bar Buttons become big
Related Questions in BARTINTCOLOR
- using xcode 5 interface builder for setting tab bar tint (background) color
- How to customize the color of the navigation bar in qlpreviewcontroller
- How to changing barTintColor without animation on iOS7?
- UISearchController searchBar doesn't update barTintColor
- iOS7 Navigation Bar Glitch On App Open and Close
- Animate barTintColor on push segue
- navigationBar color disappear - iOS
- Changing the Color of Navigation Bar in Swift
- UITabBarController tint color problem on iOS 13
- Xamarin iOS: BarTintColor not working in iOS 15
- UITabBarController BarTintColor not working in iOS15
- iOS 11 largetitle bar tint color cannot be set
- I can't set UINavigationBar's barTintColor to clearColor successfully
- UISearchbar barTintColor Cancel button not visible
- iOS 7 BarTintColor
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
add your code in DispatchQueue and then try ...