0
votes
3answers
45 views
xcode - organize the code (straighten)?
is there a way to organize the the position of the code (straighten ...) automatically?
1
vote
0answers
13 views
Could not receive a message from the device (iPhone)
I built and run an iPhone application on iPod Touch 2.2.1 device, got some problems and made a fix attempt. Now trying to re-build & run the application gives two (2) error popup notes:
Could …
0
votes
1answer
15 views
AppViewController and Delegate extension changed to .mm, #import “OpenFeint.h” gives error that OpenFeint requires Obj-C++
Hi, I downloaded OpenFeint version 2.3.1, unzipped and placed the OpenFeint folder inside right underneath my project in Xcode, and checked "recursively create groups if needed" (the instructions said …
1
vote
1answer
29 views
iPhone: Random moving bubbles animation using coregraphics?
Hello Devs,
I'm developing an app which will show 10-15 bubbles is moving around the screen randomly and will stay inside the screen. In fact they are buttons and when user will click on any-one it …
1
vote
1answer
62 views
How do I implement a web linked button that will open inside of my iphone application (not open a link in Safari?
I have an iphone sdk application and want to tweak it.. as I've had a great idea on how I want my interface to appear.
I'm trying to create several buttons that will open a web page within my …
1
vote
5answers
90 views
iPhone Objective-C Basic Example Question (about Properties)
Sorry I couldn't give a more descriptive title. My question (after looking at the code below) is what statusText is. Is it an IBOutlet or a UILabel? How does "@property (retain,nonatomic) UILabel …
0
votes
1answer
55 views
Determining value of NSUInteger
I'd like to view the value of an NSUInteger at any given time. I assign the value below:
NSUInteger test = -1;
Then try to view it in the debugger:
(gdb) po test
Cannot access memory at address …
0
votes
0answers
19 views
Xcode compiles iPhone app for Debug not Distribution - Linking error “file not found”
Xcode compiles my iPhone app for Debug fine and the application works fine on my iPhone. But when I compile for Distribution I get the following Linking error:
…
0
votes
6answers
136 views
iPhone: Free developer certificate just for learning
Hi,
i was wondering if i can get a iphone developer certificate for free?
I just want to learn objective-c and iphone development.
// No, the xCode iPhone Simulator don't have an accelerometer etc.
…
0
votes
1answer
19 views
UIImageView responds to partial touchesBegan code before the 3rd click. WHY??????
On simulation, after i load the UIView that contains 52 UIImageView; it takes at least 3 clicks before the animation begins. On the first 2 clicks, the touchesBegan is invoked. i know that because the …
0
votes
2answers
33 views
XCode 3.2.1 doesn’t show contents of NSMutableArray when debugging?
I am struggling to understand why the following code doesn't show an array with any contents when I debug in XCode and yet the NSLog clearly displays contents, as does GDB using po?
- …
0
votes
0answers
24 views
Problem: AlertView must open subview but close it
I have a View that must open a subview if you click "Open Store" in a AlertView, but the subview is open, and after 1 sec closed again. Where is the problem??
This is my code:
//my alertview
…
4
votes
5answers
96 views
What is the best “how to” site to learn how to program for iPhone?
What is the best "how to" site to learn how to program for iPhone?
0
votes
1answer
42 views
EXC_BAD_ACCESS on very simple Objective-C program (Snow Leopard)
I'm following through one of the very early examples in Learning Objective-C on the Mac. My code is almost exactly the same as the code in the book (a couple spaces and trivial parentheses may …
0
votes
4answers
52 views
expected specific-qualifier-list before ‘function’ and expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘function’
Hello,
I am programming in Objective-C but I would like to write a c function to increase the performance. I have written the code below this post but the compile keeps coming back with the …
