Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
2k views

iPhone - Working with Orientation and Multiple Views

I searched long and hard in an effort to figure this out. It took about 4-5 hours before I finally managed to reach a solution. I will be answering my own question in an effort to provide support to ...
2
votes
1answer
271 views

iPhone Debugging: Get a black screen when debugging a universal app

I am working on my universal app (4.0.1 sdk) and I am unable to get it to run on an iPod touch. It works on iPad, and on both the iPad Simulator and the iPod simulator When I try to launch the app on ...
2
votes
2answers
1k views

Proper method to detect device model (iPhone/iPod Touch)?

Is this the proper way to detect which device a user is running? NSString *currentModel = [[UIDevice currentDevice] model]; if ([currentModel isEqualToString:@"iPhone"]) { // The user is running ...
1
vote
2answers
68 views

Python Barcode Reader/Scanner for iPod Touch 4G

I need to know if you use or recomend any Python based barcode readers which I can install in my iPod Touch 4G. I need to know this because I'm trying to use it's feedback into a Django project of my ...
1
vote
2answers
56 views

Is the iPod touch 4th generation good as a testing device

I am planing to get iPod touch 4th generation 8GB to test my apps on it, as it has the same memory as the iPhone 3Gs (256MB) but speed and reselution as the iPhone 4 plus 3-axis gyroscope, my qustion ...
1
vote
4answers
73 views

Getting the last 2 directories of a file path

I have a file path of, for example /Users/Documents/New York/SoHo/abc.doc. Now I need to just retrieve /SoHo/abc.doc from this path. I have gone through the following: stringByDeletingPathExtension ...
1
vote
2answers
133 views

iPhone camera application running fine in iPhone but crashing in iPod

i made an iPhone app that uses camera. It works fine in iPhone, no memory warnings at all. It is also running on iPod touch 4G but gives memory warnings and crashes after some time after getting level ...
1
vote
2answers
221 views

Is it possible to write and test an iPhone application via VS2010?

| Windows 7 Ultimate | Visual Studio 2010 Professional | - Is it possible to write and test an iPhone/iPod touch application through Visual Studio 2010? If so, is there a template to do so? Thanks!
1
vote
2answers
214 views

is there a way to control the iPod Touch’s keyboard orientation using JavaScript?

I was wondering if there is a way to control the orientation of the iPod Touch’s keyboard from JavaScript? When the using is in landscape, the keyboard is always displayed in portrait mode which is ...
1
vote
0answers
170 views

Orientation Problem in iPodtouch not in iPhone/iPad

i have implemented application in iOS 4.0 and Provide LandScape Orientation it works fine with iPhone and iPad but gives problem in iPodtouch. i am making Universal build.Please give me some ...
1
vote
2answers
1k views

Adding iPod Support to (previously) iPhone Only App

When I started on my current project, there was already an App in the App Store. This App was iPhone only. My first task was to test and build a version that also ran on an iPod Touch. About 3 weeks ...
0
votes
0answers
20 views

HTML5 Sound Stopping & Iphone

intro: I'm making a html5 game atm, and right now when the user taps the screen i have it playing a sound. ProblemA: In chrome, the sound plays , but eventually stops playing all together even if i ...
0
votes
1answer
72 views

Cannot deploy an AIR application to an iPod Touch

I'm using Flash Builder 4.5 with Flex SDK 4.5.1, and when trying to deploy an app to a 2nd gen iPod Touch with latest available iOS I get an error saying the app is not valid, and according to some ...
0
votes
1answer
214 views

PhoneGap app doesnt show images consistently

I have created phonegap app for iPhone and iPod touch, though i use to test it on iPod touch. Problem: The images show up randomly, else it would show a question mark within the placeholder. I have ...
0
votes
1answer
82 views

Use external clickwheel hardware in iOs app

Intro: I have a Denon S-52 internet radio with an iPod/iPhone dock (the older 12V kind, so charging is not possible with newer devices but audio/control data is passed through). The radio has an ...
0
votes
2answers
357 views

Using 3D objects in an iOS app

How would I go about adding a 3D object from Maya into an iOS app? For now, before it gets too complicated, I just want to add it in, no response to touch yet. Is there a tutorial about this? Thanks! ...
0
votes
2answers
94 views

apply zoom event with array of images of image view in UIScrllView

- (void)viewDidLoad { UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tapDetected:)]; tapGesture.numberOfTapsRequired = 1; ...
0
votes
1answer
120 views

SplitScreen in Iphone/Ipod Touch

Just wonder anyone has idea how to create a view controller class doing splitscreen, like UISplitViewController, but can use in IPhone/IPod Touch? Thanks
0
votes
1answer
35 views

iPod Touch App File

What programming language is used to make iPod Touch apps? Will you tell me a litle basics about it?
0
votes
1answer
995 views

How to change background color in iPhone app

I tried this code in the view controller, but it didn't work. Why is that? - (void)viewDidLoad { [self setBackgroundColor:[UIColor colorWithRed:1.0 green:1.0 blue:1.0 alpha:1.0]]; [super ...
0
votes
2answers
298 views

iphone os 4 app is not working on ipod touch os 3+

after i complied my app on IOS4 my app stopped working on ipod touches. it is a first generation ipod touch, with os 3 on it. So i assume application for OS4 are not working on old ipodtouches ? but ...
0
votes
1answer
303 views

How do I remove 3 characters from the end of an NSURL?

my first question! I've been able to code up most of this RSS reader without enlisting help (through a lot of searches through stackoverflow!) but I'm stumped here. NSString *urlbase = [[NSString ...
0
votes
2answers
1k views

iPhone write to file (alternative directory)

New to iPhone 3.2, Apple introduced File-Sharing support. Details can be found at ...
0
votes
1answer
71 views

How can you have a page with a button that change views that is not a table view? (iPhone Developing)

I asked a similar question and someone gave me a tutorial link. But, the link made me use a table view and it looks bad with all the lines and stuff. So how do I just make a view with a button and ...
0
votes
1answer
300 views

Ipod Touch 3G vs Iphone for app development

Is the new Ipod Touch 3G support all the apps designed for iPhone? and how does the 32GB version of iPod Touch stack up against the iPhone 3GS hardware-wise (as in CPU/memory) ? Can i develop apps ...
0
votes
2answers
5k views

Piggyback off blackberry's internet connection via bluetooth to an iPod Touch

I've got a blackberry and an ipod touch. I can connect to the net at anytime with the BB using the cellular network. However, the touch requires a wi-fi connection. I know its possible to share the ...
0
votes
1answer
521 views

Reading pdf files on an ipod touch [closed]

I know Safari will display them, but I want the text to wrap, I don't want to horizontally scroll or zoom in. Is there an application to convert PDF files for viewing on small screens?
0
votes
0answers
25k views

ipod touch / iphone development on Windows? [closed]

Possible Duplicate: iPhone development on Windows Is there any way to develop for the iPod touch or iPhone on a Windows system? Months later: does anyone else think it's funny that this ...
0
votes
2answers
115 views

software sale site

i wish to set up an online site that sells 'expansion packs' for an iphone app im having made. when an expansion pack is purchased on my site, i need a random 'authorization' code generated that is ...
-1
votes
2answers
199 views

Expected getter method not found, Xcode iOS

I am using Apple's newest Xcode for MacOS 10.7(Lion). I am trying to make a iPhone application. I'm new to the language and decided to load up apples guides. 'Your first iOS application'. It was good, ...