Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
366 views

Issues with iOS 4.2 (working on 4.1, 4.3 and 4.2.1)

I have an app that is working fine on my physical device running 4.2.1 iOS. On the emulator it works fine in 4.1 and 4.3.. however if I try to run the app on the 4.2 emulator, some interface elements ...
2
votes
2answers
1k views

MKMapKit and the IOS4

Hey all, I'm trying to get the MKMapView up and running however I can't seem to get past what seems to be a reference error. I've spent a few hours googling this as well as last night. Header: ...
1
vote
1answer
160 views

is it possible to select ,copy a text in pdf?

i want to create a pdf page where i want to copy some text and paste in other document. i have gone through many pdf examples but i havent seen any app with selecting text in pdf.so i want to know ...
1
vote
2answers
170 views

Target 4.1 devices from latest Xcode

So latest update came out for iOS today and although I've run into this before I've sort of managed but now that I'm doing a lot of testing it is driving me nuts. Is there a way to still deploy to ...
1
vote
1answer
561 views

How to register the game center application on iTunesConnect?

I am working on an application that uses the game center feature from iOS 4.1. While studying game center i got to know that it uses game center service to post leaderBoard and achievements. I have ...
1
vote
1answer
270 views

Xcode stops at breakpoints and seems to hang

I am trying to debug a small prototype for an iPhone App (iOS Simulator 4.1), compiled as Debug, with all the configuration apparently ok. The application makes use of Cocos2d graphic engine and ...
1
vote
3answers
579 views

iPhone iOS4: API for AVRCP (ff/rewind commands on Bluetooth headsets)

I know that AVRCP abilities were added to iOS 4.1 (in iPod application now you can forward and rewind songs by using hardware buttons on supporting headsets). I am trying to find any API for using ...
0
votes
2answers
88 views

How to use Cocos 2D 1.1.0, When I run a sample Cocos2D Appication it gives error

How to use Cocos2D 1.1.0, When I am choose a template as Cocos2D Application and name it "NewCocos", When simply run this project without doing anything It gives me 124 errors of same type = ...
0
votes
1answer
98 views

Changing text on label with button click

I want to know how we can change text on label with button click,i have 2 buttons named add and minus,if we click on add button,on each click ,it will increase from 1-10,and if we click on minus ...
0
votes
1answer
357 views

How to resize UITableView within UINavigationController within UITabBarViewController?

So my app has a UITabBarController. Within that, one of the tabs is a UIViewController containing a UINavigationController. Within that is a UITableViewController. The problem is that for some reason ...
0
votes
1answer
84 views

update iOS on iPhone 3G

I am having iPhone 3G with iOS version 3.1.3. I am going to update iOS 3.1.3 to 4.1. After update iOS 4.1, can I restore it again to iOS 3.1.3 ? Will it get any issue after restore the version ? ...
0
votes
1answer
262 views

Does CGContextRotateCTM rotate on different rotational speeds on simulator and device?

I have a project where it rotates 2 spindles 360 degrees both at different speeds over time. I have noticed that it runs well on simulator but when I test it on a device it is significantly slower. ...