iOS 11 uiBarButtonitems shrunk in size - ios

I have an app and it works fine on iOS 10 but on iOS 11 the UIBarButtonItems icons shrunk in size. (they are bar button custom item with an image).
I have tried to put them constraints but it didn't work. Any idea?
Thanks in advance]1

I found it!
XCode 9 has some bugs! In XCode 8 it works fine!. It wasn't iOS 11 bug, it's a XCode 9 bug...
regards!

Related

UITabbar stretched in iOS 10 but not 11+

So I've been developing my app on iOS 11 and 12 for the past few weeks, but after testing on the iOS 10.3.3 iphone 7 simulator (and real iphone 7's), I just realized that the tab bar icons look really stretched for some reason.
They look fine on all phones iOS 11+
I followed the guidelines here: https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/custom-icons/
My image sizes are
#3x: 75x75
#2x: 50x50
#1x: 25x25
I've played around in storyboard and have no idea how to fix this. Any thoughts?
Ok, so it turns out I had imbalanced tab bar item insets.
Changing from this:
To this:
ended up fixing the issue. Not really sure why it doesn't work below iOS 11.

Toolbar is not displaying on iPhone 8 plus simulator

I've added a toolbar in storyboard and it's well shown.
However when I run on the simulator (iPhone 8 plus), it doesn't display the toolbar.
Any help would be appreciated!
Do u have any constraints or other UI that covers tool bar? Or do you have alpha of toolbar set to 0 or color to clear color?
Did you test on other simulators?
Try cleaning the project and reseting the simulator or restarting the simulator.
I just looked over and toolbar is displaying well on iPhone 8 plus simulator and other.

How to convert xcode 8 storyboard to xcode 9

I've developed my project with Xcode 8 and I need to change the project to Xcode 9. But in Xcode 9 the navigation and other UI got collapsed. So is there any procedure to change?
There is no change in design from xcode 8 > xcode 9 except one change for iPhone-X, for supporting layout of iphone x you need to enable safe area from right panel, if you will not enable Safe Area then black bar will show.

Xcode Storyboards - iPhone 7 Plus has no status bar?

Why does the iPhone 7 Plus storyboard have no Status Bar visible in Xcode where as the other sizes do (iPhone 7, 5s). When running the app in the iPhone 7 Plus it has a status bar but on the storyboard it doesn't?
iPhone 7 Plus and has no status bar:
iPhone 7 storyboard that has status bar:
closing xcode and and then opening it helped me. It was messing with the storyboard but only in the iphone 7 plus for me.
My guess is the status bar was disabled on that size class for some reason:
If that is so, change it to 'inferred' and that should fix it.
So, uninstalling Xcode and reinstalling it has fixed this issue

iPhone 5 storyboard still shows padding when running on iPhone 5

I have made a new app with storyboard, where the storyboard is currently just for iPhone 5. But the issue is, when I run this on iPhone 5 device/simulator, it shows padding at the top and bottom of the screen as if an iPhone 4 application is being run. Please see the screenshot I have attached. And help where did I go wrong.
EDIT : Actually its still not working. In iOS 8 its coming fullscreen but in iOS 7 for some reason the black padding is coming. PLease hellpppp.
EDIT - I got the issue.Apparently, in xcode 6, when Launchscreen.xib is given, it does not work for ios 7 and it works perfectly normal for ios8.
Previous answer - The issue was, in Xcode 6.0, the new project generates a LaunchScreen.xib file, but apparently you manually have to go to the General settings for the target and select the launch screen File options from the drop down. This solves the issues. :)

Resources