Questions regarding The status bar on iOS 7 devices which overlays the web view
Questions tagged [ios7-statusbar]
82 questions
0
votes
2 answers
Slide UIPageViewController page over the status bar
I am trying to find a clean way to handle UIPageViewController and the status bar. I noticed Snapchat does it perfectly by sliding the viewcontroller OVER the status bar when you are sliding to a new page that does not show the status bar. It looks…

itsAllGood
- 97
- 1
- 3
- 9
0
votes
2 answers
Dynamically change status bar text color
I know I can change the iPhone's status bar text color, using methods described here.
However, my app has different themes, and I need to update the status bar accordingly.
Calling
[self setNeedsStatusBarAppearanceUpdate];
and…

user3607973
- 345
- 1
- 5
- 15
0
votes
1 answer
Titanium View Under iPhone Status Bar
I'm very noob in Titanium Mobile.
When I create a new window the content of it goes through the iPhone Status bar (hour, signal and battery icons go on the content of my window).
Is there a fast way to check if the App is run by an iPhone and set…

prelite
- 1,073
- 2
- 9
- 20
0
votes
1 answer
How do I change iOS7 status bar text to white in Titanium Alloy?
I've just created a new Mobile Web App in Titanium Studio and added this to the tiapp.xml file:
UIStatusBarStyle
UIStatusBarStyleLightContent
…

Fijjit
- 1,399
- 2
- 17
- 31
0
votes
3 answers
Navigation bar and Status bar issue in iOS 7
I have created an application using XIB without Status Bar before for iOS7, now i need to add Status bar on my app and Status bar background color should same as Navigation bar background color. So i have tried like (In my info.plist) :
1) Set View…

user2786
- 656
- 4
- 13
- 35
0
votes
2 answers
Hide statusbar with UINavigationBar barPositionTopAttached
I have rootViewController - UINavigationController.
As you know UINavigationController has UINavigationBar.
In iOS 7 UINavigationBar could be with barPosition topAttached.
I want to hide ON/OFF statusBar by clicking on button. But I also want that…

rowwingman
- 5,589
- 7
- 33
- 50
0
votes
1 answer
Status bar color is different to UINavigationBar color
I have a custom UINavigationBar which I am using to remove the gradient of the navbar in iOS 6. Though the color of the status bar is equal to the color of the screen opposed to the color of the bar
Is there a way to make them the same color or at…

Hive7
- 3,599
- 2
- 22
- 38
0
votes
2 answers
iOS 7 content shifting up by 20 points due to transparent statusbar
Ever since I have upgraded to iOS 7, all my content have shifted 20 points up, and I cant seem to get this fixed. I have looked elsewhere on ways to shift the content down, from adjusting the window, to the view, but none seem to affect the content…

Pavan
- 17,840
- 8
- 59
- 100
0
votes
1 answer
Set status bar colour in Iphone
Hi I am developing small Iphone application in which I am giving colour for my navigation bar like this
[self.navigationController.navigationBar setTranslucent:NO];
[self.navigationController.navigationBar setBarTintColor:[UIColor…

nilkash
- 7,408
- 32
- 99
- 176
0
votes
3 answers
iOS 7 Status Bar Collides With NavigationBar using ViewController
I am a beginner with iOS development. Currently I have migrating a ios5 code to the ios7.
Getting the following overlap issue in my code : http://s17.postimg.org/90m7mx5lb/collide.png
I have updated the app delegate with the following code…

nashj
- 1
- 2
0
votes
3 answers
IOS7 how to hide clock (time) on the UIStatusBar
Is there a way to hide clock(time) from UIStatusBar?StatusBar without clock

Danil
- 2,497
- 2
- 19
- 27
0
votes
1 answer
iOS7 StatusBarHidden corrupts ScrollView when the App reenters the foreground
My App has a Camera section which is a modally presented UINavigationController containing a AVFoundation-based CameraView as it's rootViewController.
The user can browse his photo libraries as follows:
A ViewController (->Master) is pushed which…

CodingMeSwiftly
- 3,231
- 21
- 33
0
votes
2 answers
StatusBar background color in iOS7
Im working on a app compatible from ios6 onwards. in iOS 7 status bar is overlapping views and navigationbar. i want status bar in iOS 6 style. like it should appear above all UI objects, views,Viewcontroller and navigation controller. how can we…

Dipti Y W
- 474
- 1
- 8
- 26
0
votes
2 answers
iOS 7 Status bar issues on Landscape mode
I have a signature screen in my application that is suppose to show in Landscape, but the iPhone status bar displays in Portrait mode. How to get the Status bar to show in Landscape mode instead of portrait mode? I tried setting the Landscape…

Ramesh Sangili
- 1,633
- 3
- 17
- 31
0
votes
1 answer
How do you make the status bar appear iOS
This is getting very frustrating for me because I can't get the status bar to appear in my app. Everything related as far as UI is done on storyboard. when i set my status bar:inferred, top bar: inferred in my navigation controller, the status bar…

user3178926
- 339
- 1
- 5
- 15