Refers to the iPhone software development kit, version 3.0.

learn more… | top users | synonyms (1)

0
votes
0answers
15 views

Port base SMS for iPhone

Is it possible to implemented the port base SMS notification for iPhone(without jailbroken) native app? is there any way to read the incoming port base SMS. Your help greatly appreciate. Is there any ...
0
votes
1answer
31 views

Recover Facebook App. which is removed

i had created one application which application id is = 435259419885949 and it was removed by mistake and its affecting my application which is live on the apple store so is there any way to recover ...
0
votes
1answer
74 views

How much flexible is Google maps API (iOS) in context of customizing it?

I am currently doing a project to find shortest route to reach a destination in an iPhone application that considers the traffic jam level and distance as parameters. Google Traffic is not available ...
5
votes
1answer
126 views

Tableview UiDesign complexity [closed]

Can any one guide me in implementing this UI Design for a UITableView. I have a table view with different colored cells with some labels within each cell. When the user scrolls the table view the ...
0
votes
0answers
29 views

How to set the text position in video using CATextLayer in iphone?

I am setting the text using CATextLayer in a video using AVMutableComposition and the text is being displayed but I am not able to set its position on screen ... using this code the text is being ...
0
votes
2answers
68 views

Image not getting saved (download) in iOS 4.3

I'm using UIImage *viewImage = [UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:self.imageURL]]]; NSLog(@"UIImage : %@",viewImage); ALAssetsLibrary *library = ...
0
votes
0answers
33 views

how to remove and add uiTapGestureRecognizers on pop-upviewsthat are in uiview?

if dere r 3 pop-ups n out of which i want gesture recognizrs only on 2 pop-ups bt not on left one ....Is it possible???or i have to make seperate pop up for it? in my project i have a uiview over ...
-2
votes
4answers
87 views

how to remove application name from Bundle Identifier? [closed]

How to remove the bydefault name that is mention in bundle identifier with gray color? If I am writing my provisional file name over there, it gives error because APPLICATION name comes before that ...
0
votes
6answers
103 views

is it possible to change the style of uitableview in two different views? [duplicate]

i have a table and i have also declared its style as grouped table style in view did load but i also have a button on click of which i want to change the style of the same table. initially i was ...
0
votes
2answers
98 views

UIImageView does not accept images and gives Null?how to solve it.?

UIImageView does not get the image and gives null, I have also tried with lazy code but still it gives null. UIImageView *image_view=[[UIImageView alloc]initWithFrame:CGRectMake(10, 2, 50, 58)]; ...
0
votes
1answer
1k views

Your app contains non-public API usage [closed]

I'm trying to submit my app to the AppStore but I'm getting this msg: Your app contains non-public API usage. Please review the erros, correct them, and resubmit your application. The app contais or ...
0
votes
1answer
61 views

How to create action to search button in keyboard?

I have three text fields in one page, when the textfield is empty, then the keyboard should show return keyboard, otherwise it should show search, and by clicking on that search button we need to go ...
0
votes
1answer
187 views

C# … Connect to iPhone via USB/iTunes - possible?

Does anyone know if it is possible to read/edit an iPhone's contact list using C#, assuming offcourse that the iPhone is plugged in into a Windows PC via USB cable/iTunes?
0
votes
1answer
205 views

How are headers and functions obtained from iOS private api binaries ? How to reverse engineer an app?

I have read that class-dump utility is used to dump headers from iphone private api's. However, it does work only for objective-c frameworks. I wanted to know how it works for frameworks written in C, ...
0
votes
1answer
155 views

how to find transparent area in uiimage in ios?

Hi Friends, I am developing color filling game.i know how to color in full image.but i want to color the image in transparent area. Here my code for coloring image ...
0
votes
1answer
137 views

In IOS How to create distribution certificate in client account

I Would like to create IOS Distribution certificate for uploading app.i have client signing user name and password and i created distribution certificate after that i installed that certificate i have ...
0
votes
1answer
127 views

Time taken to travel between two points in map - iphone

How to calculate the time taken to travel between two points in the map view.
-2
votes
1answer
31 views

Limit the access of application

I want to create an application that does some tasks in mail account. The user will link his mail account to the application. The question is: is it possible to restrict the access for specific user's ...
1
vote
2answers
120 views

View is not shown before viewDidAppear called? When is the view shown?

I'm trying to do an animation -- visible to the user -- right after a view appears onscreen in iOS. I would have expected I could put this in viewDidAppear; the docs make it sound like this will be ...
0
votes
0answers
73 views

how can i get all the frames of a 30 second duration video in objective c

hey i have video of total duration 30 seconds. I want to extract all the frames of this video at 30fps. i tried using iFrameExtactor but was not able to compile it using ffmpeg. I tried to get ...
3
votes
1answer
976 views

How to save Game Data for my iOS Cocos2d Game?

I have a bunch of misc data related to levels and such that I need to save, that will be saved even if the player turns their phone off / on, restarts the device, exits the game, etc. Basically ...
0
votes
1answer
237 views

How to remove red eye from image in iPhone?

I want to remove red eye effect form photo but not get any sample can any one help me with working demo code or code snippet? Thanks.
0
votes
1answer
157 views

NSCalendar to get date difference between now and end of year gives a zero month

I'm getting a 0 for the month when I try to get the date difference from now and the end of the year. I'm using a NSCalendar object to get the difference between two NSDate objects. NSDateComponents ...
0
votes
2answers
216 views

Google MK-map view and Mk-map type via segmented control selection

Here is the code -(id) initWithNibName:(NSString*) nibNameOrNil bundle:(NSBundle*)nibBundleOrNil { ... [segCtrl addTarget:self action:@selector(OnSegCtrlChanged:) ...
0
votes
1answer
109 views

How can i divide a snapshot into pieces with xcode so that i can make the user interact with each of the pieces?

My app's requirement is that it needs to take a picture and then divide it into pieces. Say for example there are 8 rows and eight columns. I might name the rows to A through H while i might name the ...
0
votes
0answers
99 views

phone gap with xcode 4.3.3 setup for already existing project?

I am not sure if i have missed the link to get step by step procedure to get the phone-gap framework inside the xcode. phone gap setup in iOS But unfortunately, i dont find how to incorporate or ...
0
votes
1answer
2k views

iPhone App does not work in iOS 4.1 [closed]

Please help. iPhone App does not work in iOS 4.1 , but works fine in iOS 5 and iOS 6. I have integrated Facebook and Twitter APIs in this app. I have built the app in Xcode 4.3. Please help.
1
vote
1answer
125 views

wait_fences: failed to receive reply: 10004003 in UIImagePickerController

I got this error when I wrote the code mentioned below.Basically I want to save video captured by UIImagePickerController to my app directory.I am not getting where I've made mistake.Please help me.. ...
4
votes
2answers
937 views

How to reload UIViewController

I want to reload all the views contained in tabbar controller(UIViewController).After searching I found that I've to apply setNeedsDisplay Method but I am not able to get where should I apply it.Any ...
0
votes
0answers
203 views

how to run a javascript file into the html file

I am new to iPhone developer and phonegap also. Now i want to create iPhone app using phonegap. Now i want to create contacts using phonegap. So i followed below link: ...
-1
votes
1answer
452 views

Can any one help me out how to decrypt(AES128) the message in iOS which is encrypted in JAVA (AES Decryption 128)

Please find the below method which we are using. The key received from server in Hexa: 1EF5F2D644FBA8E4142778CD43D70BFA The encoded message received from server: /lGtPU2K29FZPNtrc9DKow== If we ...
0
votes
1answer
40 views

I want to save list of holidays With date and day in my 1st view. How do we do that?

I want to save list of holidays in my 1st view. I have another view (i.e, 2nd View) where am selecting the date, day and typing festival name in the textfield in that view. I want to show that ...
-2
votes
1answer
154 views

how to generate the csr in iOS using openssl? [closed]

I generated the public and private keys. Please help me to generate the CSR using openssl with private key.
0
votes
0answers
73 views

error: /users/creagx/desktop/creagx test is not empty.Error in terminal window

Am very new to iPhone development and also am looking to work with PhoneGap Framework to create iPhone apps.Sir now i installing phonegap for mac lion.But now i got "/users/creagx/desktop/creagx ...
0
votes
2answers
393 views

How to monitor pdf download process in iphone sdk

In my application i need to download pdf file from url.i know how to download pdf file from url and store in local document directory.But i need to show downloading process and i want to know whether ...
1
vote
2answers
1k views

./create: No such file or directory error in terminal window

I am very new to iPhone development and I am looking to work with the PhoneGap framework to create iPhone apps. I installed Phonegap on Mac OS X Lion. I got this error in the terminal window for ...
4
votes
1answer
214 views

Not able to play YouTube Video in Webview

Can somebody help me how to get rid of this : I am using this code which works fine : NSString *embedHTML = @"\ <html><head>\ <style type=\"text/css\">\ body {\ ...
2
votes
2answers
351 views

Where can I find an iPhone simulator for Xcode 3.1.4

My kids want to learn to write apps on their MacBook which currently runs OS version 10.5.8. I have downloaded Xcode 3.1.4 but it doesn't seem to have the iPhone Simulator. Does anyone know where I ...
0
votes
1answer
146 views

Adding Attribute to Core Data but can't get SQL file to match

Ok, so I changed the xcdatamodel to include a new attribute on all 3 new "tables" with a default value of 1. I'm fairly new to Core Data, but very used to SQL and SQLite databases. I clean the ...
0
votes
1answer
168 views

Detect tap and hold on iOS Keyboard Keys

I'd like a custom method to be fired when I tap an hold a given key on the keyboard of the iPhone. It would also need to override the alternate character pop up. Where should I start with this? I ...
0
votes
1answer
239 views

UITableView / setEditing

I have the following problem with UITableView and setEditing. The first time the view appears everything seems perfect. The second time it crashes on the line: [myList setEditing:YES animated:YES]; ...
0
votes
5answers
2k views

How to set title of Navigation Bar from a View Controller of a subview?

I've a view controller having navigation bar in starting. After some UIViewConrollers I have added a tabbar controller where I've created four tab bars and four view controllers for each tab bar.Now ...
1
vote
2answers
202 views

Core Data - removing items

I have a question due to some doubts about some of my code. In an array of NSManagedObject I need to get rid of some of them. Here is (below) the code I use. I have to say it works, within my range of ...
0
votes
2answers
316 views

Is there a way to read data from a Non-Apple Bluetooth Device with the iPhone?

I really searched on this topic for a while now. Especially when iOS 3 was the latest software version on the iPhone. I wonder if there is a possibility to connect the iPhone to an external device ...
0
votes
0answers
62 views

UIResponder Not Working

I am working with UIResponder: (UIResponder *)nextResponder { return [super nextResponder]; } but I am unable to get response in MapView and TableView screen but it is working fine in other ...
0
votes
1answer
501 views

How to save set of images to photo gallery in iphone app

I have to save some set of images to photo gallery in one button action. for (j=85; j<100; j++) { UIImage *saveImage=[UIImage imageNamed:[NSString stringWithFormat:@"%d.png",j]]; ...
0
votes
0answers
57 views

Develop 3rd Party SDK add on for Iphone

I want to develop 3rd party Iphone sdk for integration in different IOS application. Would someone guide me through it, any pointers where I should be looking to get started. I know IOS app ...
0
votes
3answers
286 views

How To send email from backend when application is closed?

i am making an email application,where user can set his time to send email? I am able to send an email in a background process at the user selected time,but only when the application is on,with the ...
2
votes
2answers
669 views

How to exactly find where memory is leaking in project of iPhone

While developing apps in Xcode memory leaks are occurring. When I checked them in extended detail view they are showing different methods that are not related to implemented. How to exactly find out ...
-1
votes
2answers
161 views

Create Textfield in multiple position on view with button tap in iphone

friends I have two button one for create textfield on view and other for remove textfield from view but every textfield is in different-2 position so please help me out thanks. and sorry for my bad ...

1 2 3 4 5 59