ios7 - control the design of the camera app from my app - ios7

I am building an app that in some point refers to the camera app to take a picture, and then comes back to my app with the picture.
when I go into the camera app, can I redesign it?
for example- can I change the color of the buttons from white to red?
thanx.

Related

react-native background color below app / view

There is a white area on larger phones (not present on SE for example) below my application, it is a bleed area I believe, and it is white, I would like to color this area in my app, is this possible? I have seen some posts that this must be done in xcode, but I wanted to confirm that, my current build chain doesn't touch xcode and is entirely in expo.

ios8 and iPhone 6 Plus Tab Bar Size

I am bulding an iOS8 app and i have noticed that on the iPhone 6 Plus my TabBars and Navigation bars are bigger than the stock Apple apps. I cant seem to find any documentation for this. How do i tell my top and bottom bars to resize for the bigger iPhones?
The screenshot below shows Maps next to my app. (Amended to show clock app instead.) I am pretty sure the clock app uses a TabBar Controller and not a toolbar as suggested below.
Do you have a proper Launch Image for the higher (#3x) resolution for the iPhone 6+? If you don't you're app is going to get scaled, which is probably why it looks bigger. Run your app with the debugger on an iPhone 6 Plus and look at the value of UIScreen.MainScreen.Scale. If it reports back "2.0", then you don't have a proper launch image for your app, the resolution is being scaled. Once you have the proper launch image, UIScreen.MainScreen.Scale should report back as 3.0.
As J2K said to you, your tab and navigation are ok. Apple Maps app uses searchbar at the top and toolbar at the bottom which are smaller. Don't waste time on this, ios will handle the size for this elements for you in all iphone sizes

iPhone home screen capture programmatically from app

I have a jailbroken iPhone device. I want to programmatically take iOS 7/iPhone screenshots (2/3/4 screens) of the app icons and store them in an image view. However, I don't want to capture the app's home screen, that is the iPhone's main screen.
Is there a solution?

OSX App behind desktop

There are some apps, that are being displayed between the desktop icons and the background, but how is this possible? What are the changes i need to make, to get my app displayed at this position?
Best regards

black space below tabbar on iphone 5

I'm currently developing a new app. This app has a login screen. When you login. You go to a tabbar controller. But below my tabbar there is a black space. You can see it below here. Anybody has an idea how to get this right?
Yes this is normal, your app does not support the 4" screen size. To make sure that apps do not break apple will run apps that do not support the 4" screen in 3.5" mode.
To get your app to support the 4" Screen size add new start screen with the name Default-568h#2x.png with the dimension of 640x1136
Add Splash image of dimension 640x1136 with name Default-568h#2x.png and check again..