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
7
votes
1 answer

Strange crash in UITextview undo on iOS 7

I have been receiving a bunch of crash reports that look a lot like the following with different values for the range. Sometimes the range is not 0-x it could be say 2-x Application Specific Information:* Terminating app due to uncaught exception…
T.Leavy
  • 504
  • 5
  • 16
7
votes
3 answers

iOS simulator has no internet access

After updating to Xcode 5, the iOS simulator doesn't connect - not in Safari or Maps. It throws a "cache access denied" message. Couldn't find anything online that solves it. I'm stumped. Any ideas?
user3118321
7
votes
3 answers

iOS 7 Fade status bar text in and out?

I know it's possible to remove a status bar, however the frame shifts up by the height of the status bar if you set it to hidden. As such, the following code: [UIApplication sharedApplication].statusBarHidden = YES; is not sufficient for just…
Nick ONeill
  • 7,341
  • 10
  • 47
  • 61
7
votes
3 answers

iOS 7: Strange AVAssetExportSession bug

I have used AVAssetExportSession to join 2 video files. It works fine in iOS 6 but has very strange bug in iOS 7. Let me explain this bug. I have 2 video files, the first video is 8 seconds duration and the second is 81 seconds duration. In iOS7,…
sahara108
  • 2,829
  • 1
  • 22
  • 41
7
votes
1 answer

iOS 7 Bluetooth Output not working for AVAudioSessionCategoryPlayAndRecord

In my app, if iPhone is connected to Bluetooth headset, play sound with Bluetooth. Else use default speaker. Here's my code [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback…
xialin
  • 7,686
  • 9
  • 35
  • 66
7
votes
3 answers

What are the BCP-47 voice codes available for iOS 7 AVSpeechSynthesisVoice?

Today I'm very exited about the speech synthesis function is available in iOS7. I want to select the male voice(default in OSX, called alex). I don't know what's the BCP-47 code for him, and BTW how to get the full list of all voice code
mko
  • 21,334
  • 49
  • 130
  • 191
7
votes
1 answer

MPMoviePlayerController seek forward button stops the video in IOS7?

I am facing an issue with MPMoviePlayerController in iOS 7. When i single tap on the forward seek button the video stops and not allow to do anything like to play again full screen and slider change. Here is my code. remove the Observer for the…
Sunny Shah
  • 12,990
  • 9
  • 50
  • 86
7
votes
3 answers

How do I restrict orientation per view controller in iOS7 in a navigation controller hierarchy

My app is a UITabBarController --> UINavigationController --> UITableViewController --> UIViewController. I want to do 2 things: Prevent my tableview from rotating, I want it to always stay portrait. FORCE & Allow my UIViewcontroller to rotate…
marciokoko
  • 4,988
  • 8
  • 51
  • 91
7
votes
2 answers

Flickering during custom view controller transition iOS 7

I'm trying to do a very simple transition: one view moves half the screen to the left while the second ("to") view moves in half a screen. I have the animation working, but when I reverse the animation, I see a flickering. The "to" view (i.e. the…
Mark
  • 6,647
  • 1
  • 45
  • 88
7
votes
1 answer

Keyframe animation key time

I've just created a keyframe animation like this: [UIView animateKeyframesWithDuration:10 delay:0 options:0 animations:^{ [UIView addKeyframeWithRelativeStartTime:0 relativeDuration:.1 animations:^{ view.alpha = 0; }]; }…
Rudolf Adamkovič
  • 31,030
  • 13
  • 103
  • 118
7
votes
1 answer

Does startAdvertisingPeer work when app enters background?

I'd like the app to advertise a service even when the app enters the background. With Core Bluetooth, this is possible by setting bluetooth-peripheral for UIBackgroundModes. Does anyone know if the same can be achieved with…
kenshin03
  • 103
  • 1
  • 9
7
votes
1 answer

ios 7 non deprecated solution to resuming background music from duck

I am able to duck my background audio while playing new sounds. However I am unable to resume the background audio level to maximum again. When my delegate tries to "unduck" it just keeps being ducked. The normal fix for this is…
aZtraL-EnForceR
  • 1,781
  • 2
  • 16
  • 19
7
votes
4 answers

CocoaPods not importing SDK frameworks properly

I have been trying to import the Dropbox-iOS-SDK into my project through CocoaPods, but the framework file doesn't seem to be imported properly. My Podfile looks like this: platform :ios, '7.0' pod "AFNetworking", "~> 2.0" pod 'Reachability' pod…
Rameez Hussain
  • 6,414
  • 10
  • 56
  • 85
7
votes
3 answers

UICollectionView mysterious crash

I have a UICollectionView where I am filling up the cells with images downloaded from the Internet. For this I am using SDWebImage. My code looks like this: -(UICollectionViewCell*) collectionView:(UICollectionView *)collectionView…
Rameez Hussain
  • 6,414
  • 10
  • 56
  • 85
7
votes
6 answers

UITabBar change background color of one UITabBarItem on iOS7

Can I change the background color of a specific UITabBarItem in a UITabBar? I know how to change all the background of the selected background, using: [[UITabBar appearance] setBarTintColor:[UIColor redColor]]; [[UITabBar appearance]…
Hugues BR
  • 2,238
  • 1
  • 20
  • 26