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 use the sdk of iOS5.1 with xcode 4.5.2?

I installed Xcode 4.5.2, however I can only find the SDK of iOS 6. How can I use the SDK of iOS 5.1 ? Thanks
蕾 王
  • 3
  • 1
0
votes
1 answer

setBackButtonBackgroundImage Weard Behaviour on iOS5.1

I have two différent behaviour on ios5.1 and ios6.0 with [[UIBarButtonItem appearance] setBackButtonBackgroundImage:offBackButton forState:UIControlStateNormal barMetrics:UIBarMetricsDefault]; On iOS 6.0 On iOS 5.1 ??? Is there something I'm not…
Vassily
  • 899
  • 2
  • 8
  • 19
0
votes
1 answer

Hide custom view whenever outside of custom view is clicked?

Hi I created Custom View with frame (244,75,142,85) an inside my custom view I have placed 2 UIButtons.But how to hide custom view whenever I click outside of my custom view .If anyone know advise me thanks in advance.
Sugan S
  • 1,782
  • 7
  • 25
  • 47
0
votes
1 answer

Facebook Login Dialog Error on iOS

HEllo i am using old facebook sdk i think it is 3.0 and now i am going to update the app but during testing cant login on facebook now please let me know how to fix it. Upgrading to 3.1 is too complex in the app for my app. //Facebook Login …
Hamdullah shah
  • 804
  • 5
  • 15
0
votes
2 answers

programmatically instantiated ViewController results in black view

I´m using a simple GLKViewController within Storyboard, which is working fine. As I want its view to show up in front of another view, to place openGL objects above this other view, I instantiate the GLKViewController programmatically within a…
shallowThought
  • 19,212
  • 9
  • 65
  • 112
0
votes
1 answer

ASINetworkQueue without setting DownloadDestinationPath

I want to fetch multiple images from the server for which I wish to use the ASINetworkQueue. I was wondering if setting the downloadDestinationPath using setDownloadDestinationPath:path for ASIHTTPRequest object is necessary. Is there a way to use…
southpark
  • 541
  • 2
  • 5
  • 19
0
votes
4 answers

Error in Pushing a TableViewCell to Another ViewController

I trying to pass the data from TableViewCell to the another ViewController.But No data Displaying in the another ViewController.here is my Code -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ …
prem
  • 137
  • 11
0
votes
1 answer

How to handling incoming sms when app is active

I'm developing an iOS app that sends sms. What's the best way to handle a incoming message when the app is active. Is this done automatically or do I have to code for this in my app via the applicationWillResignActive:(UIApplication…
user1725650
  • 7
  • 1
  • 4
0
votes
0 answers

how to set the frame rate for CABasicAnimation when animation begins in iPhone sdk

I am having multiple Imageview's where I am dividing the 360 degrees/no.of.Imageviews to get an angle to rotate each Imageview. #define angle ((2*M_PI)/13.0) - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after…
Madan Mohan
  • 8,764
  • 17
  • 62
  • 96
0
votes
1 answer

uitextview delete text button touchhold to repeat

I have a uitextview that is editable.I am trying to add a backspace delete button that mimics the standard keyboard backspace/delete button operation.ie touchhold to repeat function.
user1725650
  • 7
  • 1
  • 4
0
votes
2 answers

How to animate the fill color of CALayer as it fills the color from bottom to top in iPhone sdk

I am trying to animate the filling of a CALayer from bottom to top with a duration. I need ur help and any idea for achieving this. I tried like this: CABasicAnimation *pathAnimation = [CABasicAnimation…
Madan Mohan
  • 8,764
  • 17
  • 62
  • 96
0
votes
0 answers

How to Change the text color in settings app for iPhone

I am trying to change the text color in some of the apps, such as dialer/contacts, settings, etc. Is there a plist file for that or what.
opbeta
  • 3
  • 1
  • 5
0
votes
3 answers

How to redirect on app after successfull facebook login in iOS5

There is a facebook button in my app in login screen ,when user click on this button facebook login page open in browse and after successful login application redirect and display next page . Please hep mw with example . IOS version : 5.0 ARC…
Jack Farnandish
  • 151
  • 2
  • 11
0
votes
2 answers

weak pointer to NSData cannot read data using NSURLConnection?

I don't truly understand the difference between weak and strong pointer. It doesn't cause any big problem until now I am following an example in the documentation, making an NSURLRequest and use it in NSURLConnection to received data. The code is…
code4j
  • 4,208
  • 5
  • 34
  • 51
0
votes
1 answer

Added a tableview in a viewcontroller. How do I load tableview cells

I have a view controller In storyboard, added tableview to view controller. Created an IBOutlet for tableview to View controller's header file. The view controller's header file includes an resultsarray Changed the @interface to include …
user1509593
  • 1,025
  • 1
  • 10
  • 20