0
votes
3answers
41 views
Having 2 Alert Views
I want to have 2 alerts in my app. So by clicking one button, one alert view will pop up. And by click the other button the other alert will pop up. I've managed to have one alert …
0
votes
0answers
11 views
crash in facebook
my facebook application cashes in the following line
[[FBRequest requestWithDelegate:self] call:@"facebook.fql.query" params:params]; it is saying
terminating due to uncaught excep …
0
votes
2answers
24 views
Switching views, Help? :)
Hey, I'm having an app with many views. aBut there is one view that all the other views are linked to. In this view I want to have a back button that will take you back to the view …
0
votes
1answer
46 views
The sample apps are too old…
When i try to open one of the example xcode projects it says that i do not have the base files... i have the newest xcode version. I tried right clicking on the xcode project in th …
0
votes
1answer
126 views
What calls tableView:cellForRowAtIndexPath
All the cells in my table are blank. I noticed that tableView:cellForRowAtIndexPath is not being called, which I think is causing this to happen. What calls this method?
0
votes
0answers
26 views
Having trouble with audio in xcode
I tried to make a very simple app that will play a short sound when you press a button... i watched a tutorial on how to do this ( YouTube - XCode iPhone SDK Tutorial - Playing a S …
0
votes
1answer
52 views
Will there will be an update for SDK version 4?
Will there will be an update for SDK version 4?
I'm really don't want to downgrade.
0
votes
0answers
10 views
A repeat button for playing sound?
I have created an app that when you click a button it plays a short sound...i want to put an On/Off button on the app that will make the sound repeat (loop) the sound when it is on …
0
votes
1answer
189 views
How to stop a NSThread in iphone?
I have called a method using NSthread. I want to stop the thread on a click event of button.
How can i achieve that ?Please help me out.Thanks.
[NSThread detachNewThreadSelector: …
0
votes
1answer
325 views
Problem with iPhone 4 sdk iphone simulator displaying application icons
Ran into a strange issue after installing iphone sdk 4/Xcode 3.2.
I have 2 accounts on my MacBook - a master account and another sub-account that I use for most everything. (also …
0
votes
1answer
23 views
Twitter Api bugg in 4.0/4.0.1
Hey, I've made an twitter app for the iPhone that worked perfect in the 3.1.3(Can't remember the version but it was the last version before 4.0 came) But when I changed the Base SD …
0
votes
3answers
141 views
Minutes to midnight tutorial
When building this project I get the same 3 errors in the "MinutesToMidnightViewController.m" file. These are "error: invalid operands to binary -(have 'int' and 'id')". Can some …
0
votes
1answer
42 views
Using camera/video in app
I want to create on app that uses the camera in a view. While using the camera I want to be able to set a zoom factor (ie 2x, 4x). I want to remain in my app and not exit out to …
0
votes
2answers
266 views
How to implement this UI
Please give me a hint on what classes/techniques I might check to have something like that.
The first screenshot is initial tab bar. When I tap on the last icon the tab bar smooth …
0
votes
1answer
67 views
In need of help with Hello World tutorial - iPhone Game Development
Hi everyone, I've been trying to get the Hello World example working but I am running into some problems. When I create my Utility Application I do not get automatically generated …