Questions tagged [ios6]

iOS 6 was announced by Apple on June 11, 2012 and released on September 19th, 2012. It runs all iPhones from 3GS and up.

iOS 6 was announced by Apple on June 11, 2012, and released on September 19th, 2012. It has been succeeded by , which was released on September 18, 2013. iOS6 is compatible with the following devices:

  • iPhone: iPhone 3GS, iPhone 4, iPhone 4S and iPhone 5
  • iPad: iPad 2nd, 3rd, and 4th generation and iPad mini
  • iPod: iPod Touch 4th and 5th generation

This update provides more than 200 new features, including a new Maps application, Siri updates, Siri for iPad (3rd generation), Facebook integration, PassBook, Shared Photo Streams, Mail has VIPs and pull to refresh, refreshed store apps, guided access feature for children/accessibility and many more.

For a complete rundown of the new features, visit Apple iOS 6.

Find out what's new, the update notes, or the release notes. The API differences compared to iOS 5.1 can be found here.

See for further information.

8692 questions
4
votes
0 answers

UIImagePickerController with cameraOverlayView on iPad iOS 6 has no "Take Photo" button

The following code creates a popover controller with a UIImagePickerController that uses cameraOverlayView to show a custom button that opens photo library. This works great on iOS 5, but on iOS 6 the "Take Photo" button is missing, instead -…
Kof
  • 23,893
  • 9
  • 56
  • 81
4
votes
3 answers

auto-rotation in iOS5/6?

I updated to Xcode 4.5 and am working with iOS6--a mistake I will definitely not make next time there's an update; it's been sort of nightmarish for somebody so new to iOS--and I've just noticed an app I'm working on is autorotating. I never…
Joel Derfner
  • 2,207
  • 6
  • 33
  • 45
4
votes
2 answers

glReadPixel stopped working with iOS6 Beta

Possible Duplicate: Why is glReadPixels() failing in this code in iOS 6.0? I currently have an App in Appstore that uses the Cocos2D framework. For collision detection I am using glReadPixels. The screen only has white and black pixels and…
Michael
  • 176
  • 1
  • 8
4
votes
3 answers

Integrating iOS6 facebook function

I am trying to export a screen shot from my application to Facebook using the iOS6 Facebook function. How can I bring out the options inside the application when the button is pressed? Below is my current code. I want to take the screenshot and at…
Clarence
  • 1,951
  • 2
  • 34
  • 49
3
votes
1 answer

dispatch_release compiler error when upgrading deployment target

I'm told to upgrade the deployment target of an iOS app from iOS 5.1.1 to iOS 6.0. I had several dispatch_queue_t variables in code with corresponding dispatch_release function calls. Compiler did not complain until now that I've raised the…
AppsDev
  • 12,319
  • 23
  • 93
  • 186
3
votes
1 answer

iOS8 iOS7 and iOS6 prevent rotation of modally presented view controller

I have few view controllers that i present modally using presentViewController:animated: method. I want not to allow the application to rotate while presenting them on iPad since they all have blurred background using FXBlurView which is a mess to…
Michal Shatz
  • 1,416
  • 2
  • 20
  • 31
3
votes
0 answers

Can i Open .mht or .mhtml file in Uiwebview of Ios

Is there any criteria to convert .mht file to .html So i can open it in iosWebview. And Can i open the .mht file in ios webview? Is there any library or third party tool available to perform the same?
Rohit
  • 31
  • 3
3
votes
3 answers

iOS8 - not displaying custom tabbar images

I have a previously existing app(pre iOS8) that uses UITabbar with custom image. The tabbar is visible in iOS7 simulator and device, but it is not displaying in iOS8. What is causing this issue? I'm using image and selectedImage properties of…
Pushparaj
  • 415
  • 8
  • 21
3
votes
4 answers

how to fix status bar overlap issue in ios 7

I am developing an application that's working fine in IOS6. But in iOS7, the status bar overlaps with the view. As an example : I need the status bar first, and then my icons and Remove last .So Please give me any idea about how to remove the…
Pavan Alapati
  • 317
  • 1
  • 5
  • 17
3
votes
2 answers

colorWithPatternImage not working in io6?

I'm using colorWithPatternImage to change text color of UITextView. Its working fine in IO7 but not working in IO6. Here is my Code :- text.textColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"ColorName.png"]];
iBhavin
  • 1,261
  • 15
  • 30
3
votes
1 answer

iOS multiple string localization

Does iOS support multiple localization of strings which depends on available width? If it does how it can be done? Or do I have to this manually (by handling applications states)? For example in Qt you can provide multiple strings, each version is…
Marek R
  • 32,568
  • 6
  • 55
  • 140
3
votes
1 answer

IFrame scroll is not working in ios app through phonegap

I am trying to call a external url in ios app using html iframe through phonegap. I can able to view the site but i can't able to scroll it.
user3523995
  • 31
  • 1
  • 3
3
votes
0 answers

iOS Storyboard Unsupported configuration

I have a lot of Nagivation Items in my storyboard and I have this warning Plain Style unsupported in a Navigation Item Any idea how can I find out which Navigation Item is the source of this warning in the storyboard? Thanks!
MobileDev
  • 3,750
  • 4
  • 32
  • 35
3
votes
1 answer

Adding Long Press Gesture Recognizer to Google Map in iOS

I added a GMSMapView to a UIScrollView and also i added Table View to that UIScrollView. No my task is if Long Press on any Location on the Map i will get that address and add that address to Table View and also i want to add a marker at that…
Suresh Peddisetti
  • 3,782
  • 3
  • 23
  • 26
3
votes
3 answers

UICollectionViewUpdateItem action - unrecognized selector on iOS6 when deleting items in collection view

I've found a wierd bug for my app on iOS6. I am using a Collection view to represent a "tree structure" for my app. Each cell has a tableview inside it, and when I select a cell in the table view, i push a new collection view cell with another…
ullstrm
  • 9,812
  • 7
  • 52
  • 83
1 2 3
99
100