Refers to the iPhone software development kit, version 5.0.

learn more… | top users | synonyms

-1
votes
1answer
41 views

How to show or hide the sub View in iPhone SDK according to swipe gesture?

Like i want to show my view from left side on the swipe from left to right direction. Is this functionality in-Built or i need to implement this with my own logic... Thanks in Advance...
1
vote
1answer
32 views

read sms data of an iphone in a mac app when connected

I need to develop a mac app that reads and shows all the text messages that iPhone has. I know about the privacy issues and all and have also tried to read the sms.db file using sqlite_open command; ...
0
votes
3answers
66 views

Issue with updating app and UITextView

I have an app that has a UITextView in it. The user presses a button and the action changes the text on the UITextView. The app is functional and in the AppStore right now, it was built using iOS ...
0
votes
4answers
39 views

Can i test accelerometer effect in Xcode simulator?

i am creating a app that manage the alpha property of image views. alpha property increase/decrease as the user moves the phone.I saw something on here about using a subclass of UIAccelerometer. Can ...
1
vote
3answers
70 views

Create a View Controller and access labels in iOS

I have several xibs in which I have a same status bar. This status bar is composed of a View object and in it several Labels. In the spirit of DRY, I'd like to create a UIViewController that would ...
0
votes
1answer
59 views

Marking face and eyes on image

I am working on a app that detects face and marks eyes and mouth on image.I have detected the face ,eyes and mouth using CIDetector but the position of eyes and face that it returns is with respect ...
-2
votes
2answers
51 views

how to send forget password mail from iphone application? [closed]

When a user clicks on the forget password button, he will navigate to a viewcontroller. In this view controller a text field and a button is available. when user inputs the email address in ...
4
votes
1answer
49 views

How many Product-ids to create for Subscription in iPhoneSDK

For your information, I have already implemented In-app Purchase in the application and it is working fine with Content Hosting at Apple as well as Server Model.I have logic in my app to check whether ...
73
votes
7answers
10k views

Xcode version 4.6.2 (4H1003) compiler error

I just updated to Xcode version 4.6.2 (4H10003) and tried to run a previously working application project in the simulator and received the following error and the build failed. PCH file built ...
0
votes
0answers
42 views

How to conditionally include images in an IOS project - so I can have multiple occurance of same image?

In my IOS project I have an image (call it x.png) for certain cases I copy into the projects x.png from one folder, then under different conditions I copy from another folder. Then I build the project ...
0
votes
1answer
54 views

ipad camera fullscreen : hide statusbar : return back : mainViewController height increased 20 px

my application is a landscape(left and right) mode application. I am opening camera with full screen mode. Steps 1. Open Camera (then status bar hidden) and mainviewController height increased 20px ...
0
votes
1answer
38 views

Duplicate record insertion in server database using POST request in ios

-(void) registerintoserverDB{ NSString *str_registerURL = @"reg_action.php"; NSString *str_completeURL = [NSString stringWithFormat:@"%@%@", str_global_domain, str_registerURL]; NSURL *url = [NSURL ...
0
votes
1answer
27 views

Disable UIButton in another ViewControler

I'd like to disable an UIButton in a UITableview in another ViewController: I tried, inside the SecondViewController, but it only disable the _buttonDesc, buttonCell still is enabled: buttonCell is ...
-1
votes
3answers
141 views

Can i access iOS mail app data?

Is there a way using which i can access attachments downloaded though the iOS Mail app? I need to access photos or other documents in my app.
-3
votes
1answer
69 views

Drop Down in iphone like uploaded Image [closed]

How to create this type of DropDown in iphone like uploaded image..
0
votes
1answer
104 views

UIMenuController didDismiss Method?

I have a UITableView that has a didSelectRow method... it creates a UIMenuController and displays it. Currently, it works correctly but when the UIMenuController dismisses I wanted to call a ...
0
votes
0answers
108 views

Record audio while playing a video

Simply and very shortly, am trying to play a video from my application, once it starts playing, an audio recording will start automatically, then, the result of the saved video must be (the original ...
-1
votes
3answers
121 views

HoW to open url in anotherview when user click on row of UITableview? [closed]

I want to open url in another view when user select row.
0
votes
0answers
59 views

UIScrollView to ignore scrolls in child objects

I am creating an app with vertical scrollView, named scrollView1, inside that I have a place where users can trace out their signature on a autoGraph, named autograph1. the signature view (the child ...
0
votes
1answer
98 views

facebook event start date format + iphone sdk

I am using FBGraph api to fetch events from Facebook. I am getting proper response. But, I am not getting proper dateformat for start_time and end_time. Right now I am getting this kind of format ...
-1
votes
1answer
78 views

i'm trying to display xml data in custom cell but it's working, and it display only one data [closed]

- (void)viewDidLoad { NSURL *url=[[NSURL alloc]initWithString:@"http://avweatherforecasts.com/services/iphoneservice.php"]; DaTa=[[NSData alloc]initWithContentsOfURL:url]; ...
-3
votes
1answer
236 views

How to read actual data from .wav file in c or objective-c [closed]

I am trying to get actual data from .wav file. I am able to read header information but not actual data. So i can get magnetic stripe data in code. Thanks in advanced.
0
votes
1answer
106 views

UIAlertView in UISplitViewController's DetailView not triggering UIAlertViewDelegate Code

I created a Master-Detail project for the iPad in Xcode. I then added a button and an action that the button triggers (I connected the button to the action in IB) an UIAlertView with three buttons, ...
1
vote
0answers
317 views

Getting Social profiles from iOS 6 Address Book

In simulator/iPhone 5, I've some contacts that have been imported from Facebook. Now I'm trying to read those profiles using iPhone address book framework. Unfortunately it doesn't return anything. ...
1
vote
0answers
71 views

CoPilot Truck HD, USA & Canada Maps App Open URL Schema for iOS iPhone SDK

I am trying to open the CoPilot Truck HD, USA & Canada Maps app from my own app that I am writing. This is the URL for the app on iTunes ...
1
vote
2answers
149 views

Get a Contact Picture ios

I am trying to figure out how to add persons last name and first name in this code below in order to get their contact image from my phone: if(ABPersonHasImageData(aABRecordRef)) { UIImage *image ...
1
vote
0answers
57 views

Add gestures to UISearchResults UITableView

Currently my app has gestures, if you hold down on a UITableView cell you edit the object in the cell, if you tap the cell you view the object in the cell. That part works just fine but when the user ...
0
votes
1answer
249 views

iPhone SDK create custom shaped UIView by cropping the UIView

I am trying to create a custom shape for a UIView, named 'CoverView'. Currently I have the frame set to... [CoverView setFrame:CGRectMake(0, 0, 1808, 303)]; I wanted to create a custom shape ...
0
votes
1answer
102 views

split a video into two parts based on duration

I have an app, in which i need to split a video into two parts and then concatinate one part with another video. could any one of you tell me how to split a video into two parts based on duaration. ...
0
votes
2answers
29 views

Looking for NSOparation derived downloader

Does anyone know of a good example to write an asynchronous downloader, for IOS6 that's NSOpeartion based?
0
votes
0answers
165 views

Adding Custom font to iphone app gives EXC_Bad_Access CFDictionaryRemoveValue

I have been adding custom fonts to my project and know the usual checklist. But recently I tried to add the "Arial Unicode MS" font with filename ARIALUNI.TTF, but when I add the filename to my ...
0
votes
2answers
66 views

dispatch_async throwing NSPathStore2 error

I'm calling a function within a category that's throwing the exception error: -[NSPathStore2 countByEnumeratingWithState:objects:count:]: unrecognized selector sent to instance 0x1f5572b0 The error ...
1
vote
0answers
108 views

its taking much time to merge video frames

I have two arrays of Video frames each equal to 150-200 frames. I am merging them so as to get an array of merged frames. I am using the following code. NSString *filePath = [NSHomeDirectory() ...
1
vote
0answers
25 views

if breakepoint is used only then method get properly executed in ios6

I have an app in which I need To make a movie with frames, write that movie to document directory, pass the filepath to next view controller and then play the movie there. its working fine in ios5 ...
0
votes
0answers
94 views

How to access Thermal Printer via airport extreme base station

I want to access thermal printer via airport extreme base station. Is their any API to do that in iOS?
1
vote
1answer
114 views

accountTypeWithAccountTypeIdentifier returning nil for Twitter under iOS 5

I'm having problems with one method we use for Twitter access. More specifically with the method: - (ACAccountType *)accountTypeWithAccountTypeIdentifier:(NSString *)typeIdentifier This method is ...
0
votes
0answers
42 views

Problems with TouchXML parser

Can someone explain why I cannot parse this with touchXML? <?xml version="1.0" encoding="utf-8" ?> <ArrayOfPerson xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
1
vote
0answers
209 views

iOS - Testing view controllers

I've got a really weird and unexplainable problem and it's like the whole day I'm trying to fix it without any result. I have setup a testing target for my iOS project, following the doc steps. I'm ...
0
votes
2answers
409 views

iPhone SDK 6 Launching maps with voice navigation directions

I am trying to launch the maps app from my iPhone SDK app. Right now I can launch the maps app with directions but it goes to an overview of the directions and doesn't use Siri and the voice ...
1
vote
2answers
300 views

shouldAutorotateToInterfaceOrientation is not being called

Hi i am now problem with orientation of viewcontroller. the following is my .h file. @interface IPad_HomeViewController : UIViewController <UINavigationControllerDelegate>{ UIAlertView ...
0
votes
1answer
57 views

UISplitView Details not updating after Core Data object is saved

I am developing a new iPad UISplitViewController App, I have a MasterView on the left with Core Data objects. When a CoreData object is selected its details are shown in the DetailView. The object's ...
0
votes
0answers
209 views

AES Encryption with IV not working in iOS

I have a requirement to AES Encrypt (with initial vector) an NSString value.But it gives different output on comparing with the java code provided below.In Java it is delivering the correct ...
0
votes
1answer
120 views

iphone 3.5 and 4 issue

i was making an application is ios6 but i have to make it compatible for ios5 too. i made weak link to the libraries and they are working fine but one issue arises and i still not solve it. the ...
0
votes
1answer
80 views

iPhone SDK building an Omnigraffle like app

I have been trying to find an example or some hints on how to create an app that I could drag, resize, rotate images onto a UIView and then save the individual pieces (including their size, rotation ...
1
vote
2answers
257 views

FacebookSDK in iOS Does not show close button and not able to close

Hi I have integrated Facebook SDK for an iOS 6 app.The Facebook authentication & sharing works perfectly but there are no provision to close the FB Dialogue box.ie. When FB Dialogue box opens,it ...
-5
votes
1answer
113 views

How can I Integrate Twitter authentication using Twitter framework? [closed]

is there any way to integrate twitter authentication using Twitter framework in iOS?I have used Oauth to integrate it but got some problem. Thanks in advance.
1
vote
1answer
120 views

childViewController not getting deallocated after removing from parentViewController

I'm adding a child view controller as follows: loginViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"LoginViewController"]; loginViewController.delegate = self; [self ...
0
votes
1answer
122 views

iPhone SDK: For loop + ViewWithTag issue

for (int i = 1; i < [[[UILocalizedIndexedCollation currentCollation] sectionTitles] count]+1; i++) { HeaderButton *headerLabel = (HeaderButton *)[tileView viewWithTag:i]; } Hi all, I'm using ...
0
votes
1answer
118 views

Xcode 4.5 project not detecting iphone 4s

In one of my app developed in Xcode 4.5 iphone 4s is not detecting and it is just showing as ios device.I have added udid of the phone,created the app id of the app,configured provisioning profile and ...
0
votes
0answers
148 views

nib could not be autosaved. [__NSCFSet addObject:]: attempt to insert nil [closed]

I have created a sample project in Xcode 4.2 from my pc. The problem is that when i run the same project in another pc with Xcode 4.5 i get this error "The document “Sample.xib” could not be saved. ...

1 2 3 4 5