The version of iOS (formerly iPhone OS) was released by Apple on Oct 13, 2011. iOS 5 runs on iPhone 3GS, iPhone 4, iPhone 4S, iPod Touch 3rd and 4th generation, as well as all iPad models

learn more… | top users | synonyms (3)

0
votes
0answers
12 views

NSURLConnection is not working in Push Notification

I have created an app for push notification testing but i bot able to send sync request to server i am using this code NSString *host = @"localhost"; NSString *urlString = [NSString ...
0
votes
0answers
56 views

Push notification badges appearing on iOS 5 but not on iOS 6+

I have got into a very strange problem. The Push notification badges are only appearing on iOS 5+ but not on iOS 6+. Is there anything extra to do for iOS 6+. Thanks EDIT: - ...
1
vote
3answers
62 views

Get the image of Web Page

I'm trying to capture the full image of the web page.. But its showing the blank image.. what should i do to get the complete Web Page Image? I have tried with CGSize overallSize = [WebPageImage ...
3
votes
1answer
61 views

Is it possible to change the navigation bar height inside a popover to the default height?

The height of a navigation bar inside a popover is 38px, which isn't like the default 44px height. Is it possible to change it to the default (44px) height? The popover is customized using ...
0
votes
3answers
50 views

Dismiss generated UITextfeilds

I am generating UITextfields dynamically on a scrollview as the user enters number in the UITextfield (lets say it "A") and hits a button. But what i need to do is when user reenters number in ...
0
votes
1answer
135 views

Core plot : ios show two y axis and ScaterPlot and Bar Plot in Same CPTGraph

Hi please guide me write way to show two Y axis (left side and right side) with one x axis using core plot , and also i have to draw Scaterplot and barplot both in single CPTGraph. CPTScatter plot ...
0
votes
1answer
25 views

Sync failed:-857 The remote database identified by remote ID '%1' is already synchronizing or the database connection is unusable:

I am working with iOS native application in iOS using objective C and SUP as middleware .I am using the same provisioning profile for two fifferent application to run in iPAD. My application was ...
0
votes
3answers
54 views

Cancel UIGestureRecognizer when a button is tapped?

Is it possible to cancel a UIGestureRecognizer when I tap on a button?
0
votes
4answers
145 views

How to remove duplicate data from nsmutableArray [duplicate]

Hi Iam working with Iphone Photo Library. I got all photos from photo library with AssetFramework. I displayed those photos in scrollview and are perfectly displaying and images count is assume 6. ...
1
vote
2answers
136 views

On dismiss view iAds becomes black in ios 5 ipad.(dark black)

I have a tab based application. I have created an iAd object in app delegate class and using it in my three view controller class. It's working good on second tab's screen and third tab's screen. On ...
0
votes
2answers
60 views

Sending Data Through Email Without using MFMailComposeViewController [closed]

Essentially, I wish to be able to send data within in an NSArray to a specified email, without using MFMailComposeViewController. After, the user finishes a survey, they select the "submit" button ...
-2
votes
0answers
42 views

Core plot : ios show two y axis and ScaterPlot and Bar Plot in Same CPTGraph [closed]

Hi please guide me write way to show two Y axis (left side and right side) with on x axis using core plot , and also i have to draw Scaterplot and barplot both in single Graph. Please share if you ...
1
vote
1answer
37 views

how to get % from web-service in iphone

I'm new in iPhone development.I'm developing one chatting application.i was facing problem while sending and receiving some special character.finally, i succeeded to post and get this special ...
0
votes
1answer
26 views

On dismiss iAd Screen ipad screen becomes black

I have a tab based application.I have created a iad object in appdelegate class and using it in my three view controller class.It is working good on tab 2's first screen and tab 3's first screen.On ...
0
votes
1answer
89 views

Current location code is not working in iOS 5 but works fine in iOS 6

I have downloaded a current location sample project which is working fine in both iOS 5 and iOS 6. When I copied the same files to my another project, it stopped working in iOS 5 but it is workin fine ...
1
vote
0answers
88 views

Labels are not getting displayed and image is not getting saved

I have created UILabels on toolBar, but when i try using it on iOS version 4.3 its not getting displayed.. Labels were getting displayed when deployment target was 6 but when deployment target is ...
-1
votes
3answers
98 views

iPhone Elements,GUI,Objects,Icons Correct Size, Frame, and Radius [closed]

I'm trying most of my iOS elements for UITableView, UIViewController, UITabViewController, etc in addition to my app icon and background, and I would like to how large each one is. What are the ...
2
votes
1answer
144 views

How to add default Calendar programatically in iphone SDK [closed]

I want to add the default functionality of calendar control in my application,i have reach to calendar,so tell me how i can do this. Thanks in advance.
0
votes
1answer
68 views

Why do not use pointer variable

I am a completely newbie in iOS app development. I am following a tutorial, which has the following code snippet in the BIDAppDelegate.m - (BOOL)application:(UIApplication *)application ...
-1
votes
1answer
52 views

Deployment Target in xcode

Im using xcode4.6 for retina display screen size. When i use Deployment target 5 i didn't get any warnings. When i use Deployment target 6.1 i get warnings shouldAutoRotation is deprecated. But i ...
0
votes
4answers
44 views

Arduino sketch that reads serial chars as a command and does something

Currently I am trying to get a sketch working where the Arduino will read a series of chars as a command, and do something based on the series of chars sent from an iDevice. I am using an iPhone 3GS ...
0
votes
0answers
26 views

IOS 5.0 preference over IOS 4.0 [closed]

My xcode project is running with deployment target 4.3 and was with Non-ARC project. To improve the memory usage and proper allocations, I converted the project into ARC project. Now, I am running the ...
0
votes
4answers
97 views

Appirater not asking to review

I am installing the Appirater app review library which can be found here: https://github.com/arashpayan/appirater I set these values in the Appirater.m just to test if it asks me to review: static ...
2
votes
1answer
32 views

Bug restore brightness iOS

I'm waiting for a way to be able to restore the brightness of the iphone when my app enter background. I know that bug existed, but does anyone know if was corrected? Thanks
3
votes
1answer
97 views

3D imageView rotation by 360 degrees by user touch [closed]

We have a bike image. When a user swipes the image, we have to show the image in different angles.We have 60 images in a different angle for that bike,when user swipes left or right on ...
0
votes
1answer
210 views

Does iOS support Bluetooth SPP?

I want to develop an ios application that communicates with another bluetooth supported device via Bluetooth SPP. Does iOS support SPP? I checked iOS supported profiles bu couldn't see anything ...
0
votes
1answer
57 views

secure http calls in ios

How do I secure http call everytime I fire from my app and also it needs to have timeout so that any other user cannot use the same link from any browser. I am looking for ios solution in particular ...
0
votes
3answers
133 views

When user press button show datepicker view and select date and then display as button title and further close datepicker view

I wrote this code. but not worlking... Yes NSLog is saw proper date. Datepicker also saw and select date. But when i select date nothing to changes on my button title and datepicker remain on the ...
-3
votes
1answer
62 views

iOS Can i play sound using local notification when app is in foreground [closed]

Local Notification sound is not playing when app is in foreground : I Used following code UILocalNotification *notif = [[cls alloc] init]; notif.fireDate = [datePicker date]; notif.timeZone ...
0
votes
0answers
23 views

How to add the localization String file for dynamic library in ios

I have tried by using to create bundle. But I could not get success. I want to add the localizable string files for my dynamic library file. Please Guide me. REgards. Girija
0
votes
0answers
33 views

MKAnnotationView doesn't show custom pin

I'm implementing a custom pin for a map, the image is in te project's folder but didn't show. Perhaps (and very likely) I'm doing something wrong. The map displays and shows the pins (default red ...
0
votes
1answer
164 views

How autoresize view without auto layout in iOS

i have a problem that i can't understand with resizing view, my deployment target is iOs 5.0, so i have disabled autolayout in interface builder xib to make it compatible with iOS 5, but the view no ...
0
votes
1answer
83 views

Is this a bug in ios? [closed]

- (void)applicationWillResignActive:(UIApplication *)application { NSLog(@"resign active"); } - (void)applicationDidEnterBackground:(UIApplication *)application { ...
1
vote
1answer
67 views

Loading ViewControllers within Storyboard

I am using a side view controller setup using this : https://github.com/edgecase/ECSlidingViewController The initial View Controller is loaded using the storyboard with an identifier of ...
0
votes
1answer
45 views

Why Isn't My UITextField Wrapper Being Displayed In UITableViewCell?

The issue is that my UITextField wrapper class isn't getting the UITextField to appear within a UITableViewCell (however, a regular UITextField view works just fine): Here is my custom UITextField: ...
0
votes
3answers
51 views

How do I create a bold UIFont from a regular UIFont?

If I have a UIFont object, is it possible to convert it to bold? I don't know the font name, I just have a UIFont object. What I want is a function like UIFont *boldFontFromFont(UIFont *input) { ...
1
vote
1answer
98 views

how to find the “UIImagePickerControllerOriginalImage” and “UIImagePickerControllerReferenceURL” when downloading the image from net

I want to get UIImagePickerControllerOriginalImage and UIImagePickerControllerReferenceURL when i download and save image to the photo album.. Can anyone suggest the proper method to find those 2 ...
0
votes
0answers
26 views

ios5 z-index not working on fixed header

So i want my header to become fixed to the top of the browser on mobil applications at a certain point and then unfixed at another point. I've got it working just great on my desktop and the header ...
0
votes
1answer
73 views

Searching CoreData with the maps visibleRegion

I have several thousand locations stored in CoreData and I would like to search for locations that are within a Google Maps visibleRegion. I was previously doing a search with a bounding box but the ...
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 ...
4
votes
3answers
192 views

Core Data - break retain cycle of the parent context

Let's say we have two entities in a Core Data model: Departments and Employees. The Department has a one-to-many relationship to Employees. I have the following ManagedObjectContexts: - Root: ...
1
vote
0answers
47 views

pencil texture in drawing app

I am developing an drawing application, I would like to have pencil effect like Paper (Fifty Three) app on App Store. Can anyone guide me a way to do this? I have try UIBezierPath strokeWithBlendMode ...
0
votes
0answers
47 views

Image folder sync with iCloud

I have an app which syncs core data with iCloud. Now I should provide feature according which user should be able to link images from camera roll with some entity. And as a result, that images also ...
0
votes
2answers
24 views

UIActionsheet with UIpagecontroller

http://i.stack.imgur.com/t2MHp.png"> I want to create actionsheet view like this image i post.Please suggest me how to we create this view using UIActionsheet.Is it posible to add views in ...
0
votes
0answers
33 views

How to adding uipagacontroller in uiactionsheet.Like this image

I want to create actionsheet view like this image i post.Please suggest me how to we create this view using UIActionsheet.Is it posible to add views in uiactionsheet or how it is posible.
0
votes
1answer
35 views

With FPPopoverController every time I exit the view with the popover, it NSLogs “FPPopover dealloc”, how can I stop this?

It seems in the file: https://github.com/50pixels/FPPopover/blob/master/FPPopoverController.m#L89 At that line it says if the debug option is set to announce it. I don't want it set, nor do I ...
0
votes
2answers
73 views

UITableView first section hidden by viewForHeaderInSection

I have a UITableView which is a grouped table view. I am trying to add an image as the header of the table view (and only for the first section). The problem I'm having is that the image is covering ...
0
votes
1answer
16 views

Writing scalars into file

I have an array of the following objects: @interface SACameraLocation : NSObject { NSInteger locId; NSString *name; CLLocationCoordinate2D coordinate; NSInteger speed; NSInteger ...
0
votes
1answer
51 views

ios:Where do i save the thumbnails generated by alassets library

I want to create a video browser using ALAssetsLibrary. i have a step forward in How to use AssetsLibrary. but the problem is in creating thumbnails. i mean where to store the thumbnails if i have ...
0
votes
2answers
88 views

Get coordinate from zip code (postal code) or city/state

Im using Map Kit and Core Location now and need to to get location information from zip code or city/state. Is there any way to do it?

1 3 4 5 6 7 244