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

event to detect ipad default keyboard hide key is pressed

Is there any event or method to detect that I pressed the ipad's default hide keyboard button?
southpark
  • 541
  • 2
  • 5
  • 19
0
votes
1 answer

alertButton "OK" switch to another ViewController

in my app i take a picture which is saved to the camera roll. now when the picture has been saved, there's an alert which tells the user, that the image is successfully saved and a OK Button. Now i'd like to switch to another view Controller after…
Max
  • 608
  • 1
  • 7
  • 23
0
votes
1 answer

how to cross compile zthread for ios 5.1

how to cross compile zthread for ios 5.1 , any one can help me ? http://www.cnblogs.com/maadiah/archive/2012/04/06/2434591.html and http://www.haogongju.net/art/1382733 i try the links way , but fail with this error. ./configure…
user734380
  • 149
  • 2
  • 6
0
votes
1 answer

save pdf on ipad memory and not in my documents directory

I created a pdf file in ios using objective-C and is able to save it in my applications Document directory. I wanted to know if it is possible to save the generated pdf in the ipad memory, so that i do not need my application to show the generated…
southpark
  • 541
  • 2
  • 5
  • 19
0
votes
3 answers

iOS 5.1 cant find sqlite file

I'm having some trouble finding my sqlite file. When I run de app with iOS 5 simulator it runs ok but when I run it on iOS 5.1 it can't find the sqlite file. I'm using this code to find the file. - (NSString *) getDatabasePath { NSString*…
Rafael Jimeno
  • 626
  • 2
  • 8
  • 20
0
votes
1 answer

Undefined symbols for architecture armv7 - route-me library, ad hoc only

I have read through all of the other questions related to this topic, and can not find my answer. My project is using route-me. It builds just fine for the simulator, and for a connected iPad. The archive for ad hoc will not build. I had…
Beth
  • 23
  • 5
0
votes
1 answer

how to avoid the refreshing of view1 while switching from view1 to view2 via Segue

I have 2 views and switching from view1 to view2 via a modal segue (full screen, cross dissolve). When i go to view2 and go back to view1 using the buttons i defined, all the images in view1 are reseted back to their default values. how can i…
lane1996
  • 13
  • 3
0
votes
1 answer

Add minus button to uikeyboardtypenumpad

I am trying to add minus button to UIKeyboardTypeNumPad using accessory view. My problem is that I want it to be over the keyboard ( on left to "0" key). - (UIView *)inputAccessoryView { if (!inputAccessoryView) { CGRect accessFrame =…
MIWMIB
  • 1,407
  • 1
  • 14
  • 24
0
votes
1 answer

iPad 1 unable to record MPEG4AAC recording?

I have been trying to record kAudioFormatMPEG4AAC format on iPad app, the recording is working fine on iPad2 & iPad3, but not on iPad1. Here iPad1 & iPad3 have iOS 5.1, and iPad2 has iOS 5.0.1. The code for recording is like.. if(recordEncoding ==…
Haris Hussain
  • 2,531
  • 3
  • 25
  • 38
0
votes
3 answers

UIImageView bottom row of pixels missing

Possible Duplicate: iOS 5.1 with Xcode 4.3.1: [UIColor colorWithPatternImage:] strange behavior only on device Hi I've got a weird one here (I think). I have an app where I have a uitableview which has been working fine. I've been re-developing…
Fittoburst
  • 2,215
  • 2
  • 21
  • 33
0
votes
1 answer

Inserting alert view but not functioning

I have a situation where i need to alert users that the next view controller accessed is "Data Loading". I added this to the FirstViewController button action: - (IBAction)showCurl:(id)sender { UIAlertView *alert = [[UIAlertView…
Joe Shamuraq
  • 1,245
  • 3
  • 18
  • 32
0
votes
3 answers

iOS: Webview causes flicking while navigating to another controller

I use webview in my UIVIewController and load the local HTML file in it using following method. [self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:filePath]]]; If I put this method in ViewDidLoad, I can see white flicking…
Paresh Masani
  • 7,474
  • 12
  • 73
  • 139
0
votes
2 answers

how to connect iphone device to non iphone device?

I am new to this iPhone development.Currently I am working on an application which requires data transfer from iPhone to non iPhone device like android.Can any one suggest me a method to do this?IS there any libraries or API or framework to do this?
rahul raj
  • 597
  • 1
  • 4
  • 15
0
votes
1 answer

How to link manually created ViewControllers into TabBar application

i created a tabBar app with ARC. So the default set up would automatically provide 2 viewControllers; 1) FirstViewController.h,FirstViewController.m;FirstViewController_iPhone.xib, FirstViewController_iPad.xib 2) SecondViewController.h,…
Joe Shamuraq
  • 1,245
  • 3
  • 18
  • 32
0
votes
2 answers

XCode not recognizing my iphone

XCode was recognizing my device just a day ago but now its not. I am getting the error in the organizer below. I know there are many other questions like this but non of them are answering my question. I am unable to see "Use for Development"…
itsaboutcode
  • 24,525
  • 45
  • 110
  • 156
1 2 3
20
21