The version of iOS (formerly iPhone OS) was released by Apple on 7 Mar 2012. iOS 5.1 runs on iPhone 3GS, iPhone 4, iPhone 4S, iPad and iPod Touch devices 3rd and 4th generation.
0
votes
1answer
16 views
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 ...
1
vote
0answers
31 views
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 ...
0
votes
1answer
35 views
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 ...
1
vote
4answers
119 views
Want to display the array values in the table
Table View:
-(NSInteger) numberOfSectionsInTableView:(UITableView *)tableView{
return 1;
}
-(NSInteger) tableView:(UITableView *)table numberOfRowsInSection:(NSInteger)section{
return ...
0
votes
1answer
24 views
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, ...
2
votes
1answer
52 views
Location overlay background color is not clear on iOS 5.1
The Google Maps SDK 1.2.2 on iOS 5.1 location marker does not have a clear background color so it obscures the map underneath it. I have looked into the SDK and have not found a way to gain access to ...
0
votes
1answer
20 views
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 ...
0
votes
2answers
41 views
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 ...
0
votes
0answers
52 views
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 ...
0
votes
1answer
68 views
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 ...
0
votes
0answers
21 views
Handle change/switch of icloud account iOS 5 [duplicate]
In iOS 5, how can we handle change/switch of icloud account? The URLForUbiquityContainerIdentifier returns the same url if we switch the account from userA to UserB. In iOS 6 we have [[NSFileManager ...
0
votes
0answers
6 views
NSSharedPublicDirectory() in ios
What is the purpose of NSSharedPublicDirectory() in ios? Is it for to share document's to other app.?Please help ...
1
vote
2answers
154 views
Why UITextview does not have placeholder property like UITextField [duplicate]
Hi iam working with iphone apps, I know the UITextfield has placeholder property. But Uitextview doesn't have placeholder property. I know the process how to customize placeholder for Uitextview. But ...
0
votes
1answer
69 views
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
0answers
91 views
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
1answer
91 views
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 inforation he should ...
0
votes
2answers
107 views
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.
...
0
votes
0answers
95 views
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 ...
0
votes
0answers
21 views
Calendar similar to google calendar in appearance inside an iPhone app
I want to show some events in a calendar inside my iPhone app. I need it to be similar to google calendar in appearance (not as iPhone calendar). If any of you have idea about how to accomplish this ...
0
votes
0answers
34 views
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 ...
0
votes
2answers
581 views
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 ...
0
votes
1answer
115 views
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:
- ...
0
votes
2answers
373 views
iOS GoogleMaps SDK error: “Unrecognized selector sent”
I follow every step in getting started with google maps for ios, I did everything ok but in every example that I try, the emulator start asking if I want turn on the GPS and after that, it throws the ...
2
votes
1answer
144 views
iOS 5.1 openWithCompletionHandler not suceeding
I'm attempting to make my iOS6.0 app back compatible with 5.1. I've turned off the obvious things (e.g. autolayout) but am getting stuck at a strange stage.
My app takes data from an XML source and ...
1
vote
1answer
97 views
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, ...
0
votes
1answer
55 views
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 ...
0
votes
0answers
65 views
Discarding message for event 0 because of too many unprocessed messages
Hi Friends i am getting this message in the console "Discarding message for event 0 because of too many unprocessed messages." , i am newbie so not understanding why this is occurring , can any body ...
0
votes
1answer
139 views
core text view memory leak
I have created a core text view and visually it's working great but i run it for 30 minutes with a lot of data coming in and it crashes. The debugger starts saying 'received memory warning'. I think ...
1
vote
2answers
138 views
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 ...
0
votes
0answers
9 views
Adjust the background of the UITabBar controller ios
UITabBar background frame is not aligned properly. If I try to align click event on the UITabBar is not working properly.
![UITabBar Viewcontroller][1]
0
votes
1answer
207 views
Jailcoder 1.2.1 / XCode 4.2 for Snowleopard / iOS 5.1.1 - Build Fails adding Project to iPhone 4S
looking for a bit of help.
I'm new to Mac as well as XCode, I borrowed a Mac from my friend because I needed to develop an iPhone app. The app is working fine in the simulator so I want to try it on ...
0
votes
2answers
394 views
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 ...
0
votes
1answer
54 views
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 ...
1
vote
3answers
179 views
Crash Only in iOS 5.1 [duplicate]
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 ...
2
votes
2answers
1k views
how some apps can open setting app programmatically within their app
I know there are many questions How to open setting app progrmattically? and the answer is BIG NO.I know that apple does not support internally to open setting app from any other app after ios 5.0.
...
0
votes
1answer
142 views
Could not disable back button in storyboard
Scene is with Storyboard, here is the Structure
UINavigationController > NavigationController > UITabBarController > UIViewController
I am trying below options to hide back button over to last ...
1
vote
2answers
140 views
Back to main view controller from modal View controller
I want to make a back button from a modal view to the Main view.
The View Controller is embedded in the navigation controller. The menu button take me to the Second View Controller. There I have a ...
0
votes
1answer
55 views
NSArray has 5 objects in iOS6 but 4 objects in iOS5?
[taskValues count] is 5 under iOS6.0 and 4 under iOS5.1. Help :)
NSArray *taskValues = [NSArray arrayWithObjects:task.name, task.description,
task.duration, ...
0
votes
1answer
92 views
ios app hits straight shouldstartloadwithrequest after coming from background instead
I have a webview in my mainviewcontroller and i am laoding a webpage in viewdidload method as below:
- (void)viewDidLoad
{
[super viewDidLoad];
NSURLRequest *requestObj = [NSURLRequest ...
0
votes
1answer
257 views
iPad Auto rotate issues building with iOS 6
I realise this is a very common issue but none of the solutions I have found solve my problem.
To fix the crashing issue with Game Center when launched in landscape you must add the supported ...
0
votes
1answer
109 views
Twitter login with compatibility of ios5.0,5.1,6.0
As twitter framework is added in ios5.0 I am using its class TWTweetComposeViewController
if([TWTweetComposeViewController canSendTweet])
{
NSLog(@"can send tweet");
}
else{
...
1
vote
1answer
79 views
how to hide tabbar when I use NavController to push view?
I have tried two kinds of methods below:
1.[self.tabBarController.tabBar setHidden:YES];
2.
self.navigationController.hidesBottomBarWhenPushed = YES;
[self.navigationController ...
0
votes
1answer
26 views
How to reach NSDictionary properties that have a class?
I've created an NSMutableArray with a class "Adealer" for it's objects. In my "listVC" I populate all the properties (as shown below) within a loop, where the "Adealer" class is used to create ...
0
votes
0answers
33 views
How to create private folder in library instead of using caches to download data
I have three questions:
Can i create my private folder in libraries and set its flag to NO for iClouds backup and place my downloaded resources in that folder? My objective is to preserve ...
0
votes
1answer
32 views
Can not show rightBarButtonItem on ipad
This is my code :
UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:vc];
UIBarButtonItem *anotherButton = [[UIBarButtonItem alloc] ...
0
votes
0answers
100 views
UIBarButtonItems being stacked in iOS 5.1
I'm targeting iOS 5.1 and iOS 6 in my iPad app, and I'm using multiple left bar button items. I have a splitview for a messages screen, with one left button opening the main app menu and the other ...
1
vote
1answer
90 views
How to Identify the specific event, when user has locked/unlocked the iPhone5 device?
I have gone through many questions, but didn't get exactly how I'll get the lock/unlock event for iOS 5 and above.
From the various post, I understood that when user locks the screen in iOS 5 iPhone, ...
3
votes
1answer
164 views
Localized settings bundle
My application's languages are English and German.
I have localized my settings bundle to German.
One of my pages (int the Settings.app) includes topics.
I have added them in the settings.bundle in ...
0
votes
1answer
97 views
Programmatically setting UIScrollView Orientation
Is here any way to set UIScrollview orientation by coding? Actually I am creating scrollview programmatically and want to set its orientation landscape. I can't find any way on google and apple's ...
0
votes
1answer
116 views
Can't apply inputSharpness on UIImage
I'm using a bunch of CIFilter filters in my app to adjust brightness, saturation etc' and they are working fine. I'm having some issues with inputSharpness. If I touch the sharpness slider the picture ...







