I'm using storyboard and a TabbarViewController. The tabbaritems decrease their size after tapping. The images are set in a NavigationController, the name in the NavigationController is the name of the imageset in Images.xcassets. The sizes of the images in Images.xcassets are 25x25 (1x), 50x50 (2x) and 75x75 (3x). Do I have to do sth. programmatically?
Related Questions in UITABBARCONTROLLER
- Navigation Controller not working after adding Tabbar controller
- Show "tutorial" over UITabBarViewController with constraints in Swift?
- How to dismiss a Tab Bar Controller from inside one of its own tabs?
- iOS - UITabBarItem long titles overlap using UITabBarAppearance
- Unable to customize my navigation bar inside the viewcontroller that is under a tabbar controller
- iOS doesn't show tab bar after popping a view controller with hidesBottomBarWhenPushed sets to true
- iOS 17 UIKit TabBar Item Animation
- How do I add a tabBar Item without having to add navigation controller?
- How to use UITabBarController with multiple storyboards?
- How to add these capsule shape behind the selected tab bar item image
- Fail to Push View Controller in "More" Tab in TabBarController
- How to create a referencing outlet for a Tab Bar Controller
- How can I change the unselected tabbar button color?
- TabBar background color is changing even though I don't want it to
- Swift Tab Bar remains translucent
Related Questions in IOS8
- Are iOS MDM profile config file meant to be public?
- Compatibility of named colors below iOS 11
- iOS12, kReachabilityChangedNotification is not worked
- How to add buttons to wkWebView?
- iOS 8 - show incoming call when app is not active (without CallKit)
- pangestures interactive like mail app in iOS
- Animating swipe actions in tableview
- ASIHTTPREQUEST not working as expected in iOS 8.3
- Xcode 9 - Safe Area Layout Guides Error Comes Back
- Using spotlight in iOS app with deployment target iOS 8
- Issue with UIImage on older iOS versions
- How do you launch an iOS app in the current device orientation?
- uiimageview.image appears to be warped on iOS 8 simulator
- Codename One - Can't read from socket on real device
- iPhone X backward compatibility to cater devices below iOS 8 versions and future compatibility
Related Questions in UITABBARITEM
- How to set UITabBarItem.BadgeColor to color (from resource file)
- iOS - UITabBarItem long titles overlap using UITabBarAppearance
- How to add these capsule shape behind the selected tab bar item image
- Swift change corner radius of image in TabBar using url data
- In iPad the title text of UITabBaritems of my app is showing truncated, Working fine in iPhone
- Prevent screen change when I press tab which is already selected
- Add a circle as a selection indicator above UITabbarItem in Swift
- How to set green dot badge to a particular tabBarItem in iOS Swift?
- How to change the position of an UITabBarItem and its title (Storyboard)
- TabBar pop-up menu
- Get UIImageView from UITabBar
- Is it possible to add same UIViewController Class to another tab
- How to set TabBarIcon color correctly in SwiftUI since .accentColor is deprecated?
- When TabBarItem is pressed scroll back to top (for example like on Reddit app)
- UITabBar accessibility ios
Related Questions in XCODE6GM
- Xcode 6.1.1 debugger fails to display values of a variable in the console. Why?
- Your app is built with a beta version of Xcode or iOS SDK
- Unable to set submenu for NSMenuItem (FinderSync extension)
- WKWebView Help Support
- How to init UIView from xib using Swift?
- iOS Tabbar UITabbarItem decrease size after tap
- ios simulator appear with UDID in xcode 6
- RNCryptor Dyld Error Message: Library not loaded
- Displaying TableView and CustomCell troubles on iPhone4s
- Creating swift cocoa touch framework with objective-c files
- Vfr-Reader crashes on assert(range.location != NSNotFound);
- Xcode 6 GM storyboard outlets always nil
- How do I change the text color of UIPickerView with multiple components in Swift?
- Swift: cannot see maps in simulator (Xcode 6 GM)
- Xcode 6 GM Seed error - NSMachError Domain 5
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?
Popular Tags
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)
This seems to be a bug which appear when you set image insets. It seems as if image insets are applied every time you tap. The only way to avoid it seems to be either not to use image insets or set them this way: left+right =0 and top+bottom=0
I've filed a bug in bugreport.apple.com, as well as openradar: https://openradar.appspot.com/radar?id=4938457482788864