Questions tagged [ios7]

iOS 7 is the seventh version of Apple's iOS mobile operating system and is the successor to iOS 6. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 10, 2013, and was released on September 18, 2013.

iOS 7 is the seventh version of Apple's mobile operating system and is the successor to . It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 10, 2013, and was released on September 18, 2013. It includes a redesigned user interface and a number of changes to the operating system's functionality. The design of iOS 7's new elements was led by Jony Ive, Apple's Senior Vice President of Design.

iOS 7 was unveiled during the opening keynote of the Apple Worldwide Developers Conference (WWDC) on June 10, 2013. Billed as the "biggest change to iOS since the introduction of the iPhone", the most noticeable change was an overhaul of the user interface. In a promotional video shown during the keynote, Ive described the update as "bringing order to complexity", highlighting features such as refined typography, new icons, translucency, layering, physics, and gyroscope-driven parallaxing as some of the major changes to the design. The design of both iOS 7 and OS X Mavericks (version 10.9) noticeably depart from skeuomorphic elements such as green felt in Game Center, wood in Newsstand, and leather in Calendar, in favor of flatter graphic design. The UI itself is not flat, but rather a multi-plane 2.5D zooming user interface. In his segment of the iOS presentation, Federighi emphasized ten major feature additions and changes.

The icons for iOS 7 were reportedly designed by Apple's marketing team, with them being told to design the apps around the color palette of the icons; straying from the usual design methodology of iOS. iOS 7 uses a similar color palette to that of the original Apple logo. It was also noted that Apple's website displayed different icons for several iOS 7 apps for a period of time, leading to speculation that the icons were already in the process of being changed as the design continues to develop.

Compatibility

iOS 7 supports the following devices:

  • iPhone 4, iPhone 4S, iPhone 5, iPhone 5C, iPhone 5S
  • iPad 2, iPad 3, iPad 4, iPad Mini, iPad Mini 2, iPad Air
  • Apple TV 2nd and 3rd generation
  • iPod Touch 5th generation

iOS 7 References

iOS 7 Latest Version

14691 questions
77
votes
13 answers

iOS 7 Translucent Modal View Controller

The App Store app on iOS 7 uses a frosted glass-type effect where it is possible to see the view behind. Is this using an API built into iOS 7 or is it custom code. I was hoping it would be the former but I can't see any obvious references in the…
76
votes
18 answers

How do I programmatically set device orientation in iOS 7?

I am working on an iPad app, using AutoLayout, where if the user enables a certain mode ("heads-up" mode), I want to support only portrait (or portrait upside down) orientation, and furthermore, if the device is in landscape, I'd like to…
John Stewart
  • 1,176
  • 1
  • 10
  • 22
76
votes
3 answers

The app references non-public selectors in Payload/.app/: decoder

I am getting this warning while submitting app to the Apps store through organizer. The app references non-public selectors in Payload/.app/: decoder i know we get this warning if we use any Third Party API in our application. I have used…
Akshay Aher
  • 2,525
  • 2
  • 18
  • 33
76
votes
21 answers

iOS 7 UIRefreshControl tintColor not working for beginRefreshing

I'm trying to set a tintColor on my UIRefreshControl (building on iOS 7). I enabled refreshing for the tableViewController in storyboard, then in my ViewController viewDidLoad method i did the following: [self.refreshControl setTintColor:[UIColor…
Noé Malzieu
  • 2,530
  • 3
  • 22
  • 27
75
votes
9 answers

UICollectionView adds top margin

I want to put a UICollectionView control that shows thumbs horizontally (only a single line of thumbs). For some reason the UICollectionView push the thumbs 44 pixels down, so the "0" height is actually "44". I assume it might be adding this space…
bashan
  • 3,572
  • 6
  • 41
  • 58
75
votes
5 answers

How to change background color of UISearchBar in iOS7

How to change background color of UISearchBar in iOS7? not gray, I want to change color like my uinavigationbar if I Use this code, that's what comes out searchBar.backgroundColor = [UIColor redColor]; That is not red color!!! This exact same…
75
votes
7 answers

Is there any way to add constraint between a view and the top layout guide in a xib file?

In iOS 7, we can now add a constraint between a view and the top layout guide, which I think is very useful to solve the status bar offset issue in iOS7(especially when there is no navigation bar in the view). In a storyboard file, I can add this…
Henry H Miao
  • 3,420
  • 4
  • 20
  • 26
75
votes
15 answers

UIBarButtonItem with custom view not properly aligned on iOS 7 when used as left or right navigation bar items

The following code works up through iOS 6: UIButton *myButton = nil; myButton = [UIButton buttonWithType:UIButtonTypeCustom]; myButton.bounds = CGRectMake(0,0,44,30); // setup myButton's images, etc. UIBarButtonItem *item = nil; item =…
75
votes
9 answers

Change tab bar tint color on iOS 7 and later

Is there a way to change the tint of a tab bar on iOS 7 from the default white with blue icons to another color tint with different color buttons?
Jake Chasan
  • 6,290
  • 9
  • 44
  • 90
73
votes
4 answers

CocoaPods arm64 issue

When using Podfile for developing iOS 7 app with Xcode5, we always got this issue. After some searching, seems like no final resolve from CocoaPods ? Maybe resolved at this moment when you see this. How to resolve such issues right now ? The…
Forrest
  • 122,703
  • 20
  • 73
  • 107
73
votes
13 answers

iOS 7 iPad Safari Landscape innerHeight/outerHeight layout issue

We're seeing issues with a web app that has a height of 100% on Safari in iOS 7. It appears that the window.innerHeight (672px) doesn't match window.outerHeight (692px), but only in landscape mode. What ends up happening is that in an app with 100%…
hisnameisjimmy
  • 1,508
  • 2
  • 17
  • 24
71
votes
17 answers

UIButton not showing highlight on tap in iOS7

I've looked at a ton of posts on similar things, but none of them quite match or fix this issue. Since iOS 7, whenever I add a UIButton to a UITableViewCell or even to the footerview it works "fine", meaning it receives the target action, but it…
Eric
  • 5,671
  • 5
  • 31
  • 42
71
votes
20 answers

Get the right color in iOS7 translucent navigation bar

How can I get the right coloring for my translucent navigation bars in iOS 7? The navigation bar just adjusts the given color to a much brighter one. Changing brightness or saturation of the color also doesn´t deliver the right result. Anyone having…
stk
  • 6,311
  • 11
  • 42
  • 58
70
votes
7 answers

why UIScrollView is leaving space from top in ios 6 and ios 7

I have turned off Autolayout and viewcontroller is embedded in navigation controller. I am using Xcode 5, Storyboard. I don't understand why is it leaving space from top. Actually in storyboard i have put my label exactly below navigation bar. But…
bhavya kothari
  • 7,484
  • 4
  • 27
  • 53
70
votes
2 answers

What is the height of Navigation Bar in iOS 7?

I 've just created a simple iOS 7 app using the default Master Details template. In the MasterViewController.m, viewDidAppear method, I logged…
onmyway133
  • 45,645
  • 31
  • 257
  • 263