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

customize UIBarButtonItem initWithBarButtonSystemItem to show up as grey not white in iOS 5

I am using a white background on my UINavigationBar with darkGrayColor text [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"uinavigationcontrollerbackground"] forBarMetrics:UIBarMetricsDefault]; [[UINavigationBar appearance]…
Slee
  • 27,498
  • 52
  • 145
  • 243
1
vote
1 answer

Can I build an app that runs on iOS 5.1 and iOS 7 in the respective native look & feel?

I have an app that is targeted mainly for iPads, and I want the users to be able to still use their original iPads (iOS up to 5.1). On the other hand my app should look like a “native” iOS 7 app when run on an iOS 7-device. When I select SDKROOT…
Dirk
  • 2,335
  • 24
  • 36
1
vote
1 answer

How to show/hide the plots when tapped on legend swatch color in coreplot in ios 5

I tried to hide/show the plots when tapped on its related swatch color in legend here is my code: -(void)configureLegend { // 1 - Create styles CPTMutableTextStyle *axisTitleStyle = [CPTMutableTextStyle textStyle]; axisTitleStyle.color =…
Madan Mohan
  • 8,764
  • 17
  • 62
  • 96
1
vote
1 answer

Apple is not currently accepting applications built with this version xCode 4.3

I saw this error I other posts but the most of them have a beta version of Xcode. is my Xcode Version 4.3 (4E71d) with sdk 5.1 a beta version? or just Apple wants me to update my Xcode. I remember that I could upload other apps since a year ago so I…
ƒernando Valle
  • 3,634
  • 6
  • 36
  • 58
1
vote
0 answers

UIPageViewController in ios 5.1

I am using UIPageViewController to display two view controllers.i want this view controllers to be displayed in different pages and on swiping, page should get turned. When i run this in iPad simulator 6.0 it works fine but when i run it in iPad…
Paul
  • 31
  • 1
  • 5
1
vote
0 answers

iOS Black Screen when pushing a UIViewController just in iOS 5.1

i searched a while for my problem and tried some hints, but I have still my issue. Not sure when it occured the first time, but it still occurs. I get a Black Screen, when i push a UIViewController to my UINavigationController. I push the new…
1
vote
1 answer

MKMapView detect when click in annotation balloon

There is any way to detect the click in the annotation balloon? I wanted that when user do click in a annotation, it will show some information and if the user want to see all the information he should do click again in the balloon (like Android). I…
ƒernando Valle
  • 3,634
  • 6
  • 36
  • 58
1
vote
0 answers

iphone UI difference between 5.1 and 6.1 simulators

I made a simple calculator for iphone and I realized a BIG difference when I ran it with iPhone 5.1 and 6.1 simulators. Here is my calculator with iPhone 5.1 simulator, and here is the program with iPhone 6.1 simulator. I didn't use image for UI.…
L. Kvri
  • 1,456
  • 4
  • 23
  • 41
1
vote
1 answer

Is there any possibility to hide some .h files used in Static library

I need some information about Static Library creation, Actually i was created static library with .h(header files) files, But i want to hide some .h(header files) from my library which are not visible to others. Could u please provide any solution..
maren iOS
  • 486
  • 1
  • 5
  • 14
1
vote
2 answers

Xcode Create a working app for iOS 5.1 with xcode 4.6

i can run my app on my 6.1 iOS but can't with 5.1 i have the iOS Deployment Target set to 5.1 on both Project and Target when i run the simulation for 5.1 it works fine but when i try it on my iPhone it crash's i committed out all my code thinking…
turokevie
  • 95
  • 2
  • 8
1
vote
1 answer

Stop execution until the preceding method is done?

I have an IBAction and it looks like this. - (IBAction) onPressed: (id) sender { [self openMyDelegateToSeeIfIAmReady]; if (AmIReady == YES) { [self doMyWork]; } } Right now, this doesn't work. AmIReady is a boolean and it…
Rocky
  • 289
  • 2
  • 3
  • 11
1
vote
2 answers

UIView Animation not working in ios 5.1

I have a UITableView. I want to make animation when cell is loading in table. I make it like this. -(void) tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath { CGRect tmpFrame; …
Bhavin_m
  • 2,746
  • 3
  • 30
  • 49
1
vote
2 answers

UITableView of iOS SDK 6.1 don't compatible with iOS SDK 5.1

I have created UITableView project in XCode 4.6 with iOS 6.1 SDK, and set target sdk to 5.1, when the app calling dequeueReusableCellWithIdentifier in cellForRowAtIndexPath function, the app throw a exception, the simulator is 5.1, on simulator 6.x…
david
  • 391
  • 3
  • 11
1
vote
1 answer

collect 2 arrays CLLocationDegree in one array of CLLocationCoordinate2D

I need to draw a polyline on google maps on ios , I have latitudes and longitudes in seperated arrays and I want to collect them in one array of CLLocationCoordinate2D, so plz help me to write the code that make this collection
1
vote
2 answers

Crash Only in iOS 5.1

Possible Duplicate: Why does clearing NSUserDefaults cause EXC_CRASH later when creating a UIWebView? **Hi all, I have a FAQ screen in the app and this is webview, this webpage has as "Email Me" link in it. When clicked on this this navigates to…
NISHAN gp
  • 121
  • 1
  • 1
  • 5