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
2 answers

UITableViewCell delete button not disappearing

I'm using a UISegmentedControl to switch a UITableView between two datasets (think favorites and recents). Tapping the segmented control reloads the tableview with the different data set. [self.tableView reloadSections:[NSIndexSet…
Stephen Furlani
  • 6,794
  • 4
  • 31
  • 60
7
votes
3 answers

UIButton shows default white background with round corners in IOS 6 but no in IOS 7

I need a code that removes this default background, in IOS 7 there isn't a problem since I don't see this background.
user1582281
  • 192
  • 2
  • 11
7
votes
1 answer

How to stack UICollectionView sections

I originally tried doing this with two UICollectionViews stacked on top of each other. However getting it to scale right was nightmare with Auto-layout (I'm a novice iOS developer so that is more a critique of my skill than Auto-layout). I'd like to…
DavidNorman
  • 1,421
  • 1
  • 17
  • 22
7
votes
1 answer

"curl_rule_01 declared as an array with negative size" error on built xcode 5 iOs7

I am trying to archive an iOS 7 App that is using BBHTTP-library which includes libCurl. The built-error: curl_rule_01 declared as an array with negative size The code-line in curlrules.h with the error: [CurlchkszEQ(long, CURL_SIZEOF_LONG)]; I've…
Yedy
  • 2,107
  • 1
  • 25
  • 30
7
votes
1 answer

GMSMapView methods deprecated in version 1.6

I updated my app to use version 1.6 of Google Maps API for iOS. It now shows me that three important methods of GMSMapView are deprecated: 'markers' is deprecated 'polylines' is deprecated 'groundOverlays' is deprecated At first I thought it might…
gabriellanata
  • 3,946
  • 2
  • 21
  • 27
7
votes
1 answer

Xcode 5: about 64-bits architecture and backwards compatibility

I've developed an iOS app whose Deployment Target needs to be 5.0, so the target's Build Settings > Architectures > Architectures value has to be the standard without the 64-bit one (XCode complains about my deployment target if I try to include…
AppsDev
  • 12,319
  • 23
  • 93
  • 186
7
votes
1 answer

Lock screen player's seek bar issue in iOS 7

If I play music through iPhone's native music player in iOS 7 and access it on lock screen then I can drag the player's seek bar i.e user can interact with it. Screenshot : But if I play music from my app which supports background audio play then…
iVipS
  • 1,477
  • 1
  • 14
  • 22
7
votes
2 answers

How to stop AVSpeechSynthesizer playback in the middle?

I am using AVSpeechSynthesizer for text-to-speech in my app. Is it possible to stop the playback in the middle, e.g. if the user hits a stop button?
Jason
  • 14,517
  • 25
  • 92
  • 153
7
votes
1 answer

Does AFNetworking 2.0 Supports Background task? - iOS 7

i am using Afnetworking 2.0 library with NSURLSession. i found in AFURLSessionManager they configure Session with default session , so if i need to download images in background then i have to set Session with Background configuration. So , I have…
PJR
  • 13,052
  • 13
  • 64
  • 104
7
votes
4 answers

QLPreviewController NavigationBar setTranslucent property not working

i have set the custom color to navigation bar of QLPreviewController but the problem is that i want dark color of navigation bar in QLPreviewController even i have set the navigation bar translucent property to No But i Dont know Why it is not…
7
votes
1 answer

textViewDidChange: crashes in iOS 7

As we know the UITextView is more powerful in iOS 7, but here it performs more fragile. The following code works fine when inputting "rr" with Chinese input keyboard in iOS 6, but crashes in iOS 7. - (void)viewDidLoad { [super viewDidLoad]; …
lu yuan
  • 7,207
  • 9
  • 44
  • 78
7
votes
3 answers

Setting tint color for embedded UISearchbar in Navigation bar

I have an app that has a blue tint theme to the entire UI. I also have an embedded search bar in the Navigation Bar on my initial view. My button text color for the app is white and declare that in the app delegate using: [[UINavigationBar…
Dan
  • 101
  • 1
  • 6
7
votes
1 answer

Looking for an MKOverlayPathRenderer example

I am trying to figure out how to use a new MKOverlayPathRenderer class. In my app I previously used MKOverlayPathView when building with iOS 6 SDK, but it does not seem to work with iOS 7 SDK unfortunately. So I am trying to move my app from…
slavb
  • 71
  • 1
  • 3
7
votes
3 answers

Delay of UIButton's highlighted state on iOS 7

I created new project in Xcode - Single View app. App have only two buttons. UIButton *button1 = [UIButton buttonWithType:UIButtonTypeCustom]; [button1 setBackgroundColor:[UIColor greenColor]]; [button1 setFrame:CGRectMake(0,…
gcalikpl
  • 352
  • 1
  • 7
  • 17
7
votes
1 answer

UIImagePickerController Low Memory crash at ios7 on iPad Mini

My app works fine on all the devices and ios versions but when it comes to ipad mini, on iOS7 when i alloc:init the UIImagePickerController and display. After getting image the app suddenly give low memory warning and crash. Here is my code of…
NaXir
  • 2,373
  • 2
  • 24
  • 31
1 2 3
99
100