I need to show Tab bar mid of screen for iphone and ipad. How I can achieve this. Check attached file.
Related
I created an app in landscape left mode only and so there is a tick only at Device Orientation in General for 'Landscape Left'. So, I forced only this orientation.
My problem is that the home bar is at the bottom of the screen instead of the left side of the screen. I am developing a point-and-click adventure and at the bottom of the screen there is an inventory bar. So, the user has to click at the bottom of the screen and have to move the finger upwards with this selected item.
My question is if it is possible that I can leave the layout in landscape left mode but change afterwards the home bar to portrait view, so that the home bar is at the left side when using the phone in landscape left mode?
If yes, I would be very happy if someone could support me here and would show me how to do this in Xcode with Objective C. Right now I am not using any storyboard but I would change this if necessary.
Thanks in advance.
Greetings
Michael
I have a strange behaviour about the navigation bar. I used iPhone 8 plus emulator and my iPhone 5c to run my application. All the pages will see the navigation bar but one of the client using iPhone 8plus unable to see the navigation bar on one of the screen only.
In my code, I didn't hide the navigation bar. I want to know does anyone have the same issue.
I am developing an app (objective c) with a navigation controller. For some reason the whole app is offset from the top of the device. See below, can anyone give me some pointers as I have no idea.
Hiding the Navigation bar makes no difference, either in the storyboard or in code. The storyboard constraints all seem correct, as the title below the navigation bar moves up and down when showing and hiding the navigation bar.
This problem occurs on iPhone SE and iPhone 7, the iPad 2 is ok. The xCode version is 8.1
Any help would be appreciated.
You need to use launch.storyboard in your Project or you need to add launch screens image in your Asset Folder for all the sizes, then this black screen from top and bottom will be removed.
In App Icons and Launch Images setting, you need to set asset and launch screen file. so this black bar will disappear.
I have a background image on a view controller, it is shown as expected on the simulator, but on a real device, a white bar is shown at the bottom of the screen. On another view, with another background image, the white bar appears on the top of the screen. Any hint to detect the source of the issue? It doesn't happened on the simulator, it happens only on a real device, it is an iPhone 4 with iOS 7.
When I run my app, every time a RED tab bar kind of status bar appears when I launch the app in iPhone. Why is this happening ? Can anyone give me a solution to disable it ? I m using iOS7.