Questions tagged [ios5.1]

The version of iOS (formerly iPhone OS) that was released by Apple on 7 Mar 2012. iOS 5.1 runs on iPhone 3GS (and newer), iPad 1 (and newer), iPod Touch 3rd generation (and newer).

iOS 5.1 was released on March 7, 2012. It supports the same devices as iOS 5 and was the initial release for the iPad 3. Also see and for more information.

Version 5.1 added new features to the Camera, Clock, Safari, and Photos. Many bug fixes and minor changes were also made to Maps, Phone, Music, Video, and Siri. This update also addressed security issues, network compatibility / features, and some settings.

314 questions
0
votes
1 answer

how to implement google map api on ios5.1 and ios6 upper both?

I have a question. I need to implement Google Maps API on iOS5.1 and iOS6. I know google map have bulid in ios 5.1. But the Google Map API become third part if you need to use. I need to implement google maps api on iOS5.1 and iOS6. I reference the…
dickfala
  • 3,246
  • 3
  • 31
  • 52
0
votes
1 answer

UITextView xib loses formatting in IOS 5.1

I'm using xib with single UITextView inside, to display pre formatted text page. It's too complex to format the text in code, so I do the formatting in Apple Pages and then paste formatted text in xib's UITextView object. I load this xib in page…
Janis Jakaitis
  • 327
  • 1
  • 8
0
votes
1 answer

Does iOS 6 support the timezone PHT when trying to use NSDateFormat?

I am having problems with my code and not sure what is wrong with it. NSString* dateFormat1 = @"EEE MMM dd HH:mm:ss V yyyy"; NSString* dateString1 = @"Fri Jul 26 00:00:00 PHT 2013"; NSDateFormatter *dateFormatter = [[NSDateFormatter…
Francis Zabala
  • 1,037
  • 2
  • 11
  • 30
0
votes
3 answers

get user email from twitter framework in ios

i am using Twitter framework (iOS-5 and iOS-6 ) to get user details but i need user email id to be able to log in in my system. I have seen many post regarding this like link1 link2 and i have also checked twitter reverse api here but it is giving…
Rishi
  • 3,499
  • 8
  • 35
  • 54
0
votes
1 answer

Application not getting listed in ipad

We have developed an application. and we are able to access it from the home screen of ipad.But its not getting listed in Settings --> Apps. Why is it like that.? Please help us.. Thanks in advance...
Priya
  • 25
  • 4
0
votes
1 answer

Charts not getting plotted on iOS 5

I am using Core Plot to draw charts in my iOS application. The charts were getting plotted nicely till I was using core plot version 1.0. I just upgraded my core plot to version 1.2 and tested it on iOS 6 and all was looking OK there. But when I ran…
Yogi
  • 3,578
  • 3
  • 35
  • 56
0
votes
1 answer

CoreData NSManagingContextDidSaveChangesNotification saves empty object iOS5

Before anyone suggests, we are using one managedObjectContext for [context save:&error]; We are saving a new object in Core Data with iOS5. The issue is, the first time we save a new object, NSManagingContextDidSaveChangesNotification fires and the…
0
votes
1 answer

Project with corePlot library cannot run in iPad

I have to continue a project that developed by another developer. He has used CorePlot library for graphs. I can run this project in my semulator without any issue. But when I try to run it on the iPad, it gives the following error. `ld: file is…
iDia
  • 1,397
  • 8
  • 25
  • 44
0
votes
2 answers

Facebook login button hangs then crashes ios simulator on 5.1 but not 6

I'm pretty sure I have all the right sdks included the right ones are set to optional but on ios 5.1 when I click the facebook login button it hangs then crashes a while later. The error trace gives me a whole bunch of errors within the Facebook…
Toby Evetts
  • 123
  • 1
  • 9
0
votes
1 answer

addSubview crashes iOS 5.1 but not 6.1

The following works fine in 6.1 but the app crashes in 5.1... weeklyHeaderViewController =[[WeeklyHeaderViewController alloc] init]; [self.view addSubview:weeklyHeaderViewController.view]; This is an iPad app and the view is 939x31 .xib containing…
user278859
  • 10,379
  • 12
  • 51
  • 74
0
votes
1 answer

How to customize an actionSheet for social sharing to get one like as if i did with an activityViewController

I'm working with iOS 5.1. I'm using Action Sheet to do the social sharing functionality. Is there a method to customize it to get something like in ios 6 like in this photo's link?
0
votes
0 answers

can I find matching percentage between two face using open cv?

I'm working on an iOS application that requires matching percentage between two faces. I found some examples of face recognition in opencv but I'm unable to find the percentage calculation.
0
votes
2 answers

Convert any timezone date in system timezone in iOS

I am facing problem while converting given date into system time zone in iOS. Source date: 2013-03-18 03:54:18 // its in AM format Destination date should be : 2013-03-18 03:30:15 //its in PM format. How can I get this?? I have tried below code but…
Hrishikesh Pol
  • 87
  • 1
  • 10
0
votes
1 answer

iOS 5.1 shouldAutorotateToInterfaceOrientation: called but didRotateFromInterfaceOrientation: is not on first load

So it looks like the first time I push a UIVIewController to my UINavigationController stack this method is called: - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation But this method is not: -(void)…
Slee
  • 27,498
  • 52
  • 145
  • 243
0
votes
1 answer

Cannot run configure on iOS 5.1.1 due the test executable is killed (9)

On iOS 5.1.1 the fix for the codesigning has not been applied when jailbreaking. This means that when I launch a ./configure, it fails in its first steps as it seems that the sample programs it run actually cannot be run. There's no patch at this…
LeoTh3o
  • 137
  • 4