0
votes
0answers
14 views
Better bail behavior in face of bug, Mac OS development
When I'm writing a program for the iPhone, what the apple environment does when something goes wrong (from "unrecognized selector" to anything else), the app crashes and at the console, I have this …
0
votes
2answers
9 views
how do i change the size of UIImageView according to my animationImages as they are bigger than initial UIImage.
This is my code, i'm trying to drag and drop a card which will animate on touchesBegan, but the animationImages are larger than the initial card image before touches begin.
How can i change the …
0
votes
0answers
3 views
viewForZoomingInScrollView - How to detect zoom with items on top (Pass touch downwords)
Hello all,
I have a viewForZoomingInScrollView with "hotspots" on top of it that allow you to click specific areas to get information on that area. The scrollview is allowing zooming of my image …
0
votes
0answers
26 views
detect heartrate using fft?
i have seen in apple's aurio touch sample that it's using fft(fast fourier transformation).could someone tell me that how do i detect heartrate in that sample app? sample code would be very …
0
votes
2answers
26 views
Dragging 1 of 52 cards in UIView. Which is a better method?
Hi people! Currently I have 52 cards UIImageViews in IB UIView.
And my objective is to drag 1 of this 52 cards into a Square, and if the the card is dropped into the Square, it will stay there. …
0
votes
1answer
11 views
How to increase picker view ( transformed pickerview ) width ?
Hi all,
I am trying to scroll the picker view horizontally and this is my code.
in viewDidLoad I did this,
CGRect frame = horizontalPickerView.frame;
frame.size.width = 50;
…
0
votes
1answer
32 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
45 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 …
4
votes
5answers
84 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
26 views
Run Xcode tools from the Terminal window
This is something really simple, but I can't seem to find the answer anywhere, and I'm new to both Mac and UNIX, which doesn't help.
I've installed Xcode on my mac, along with the iPhone SDK 3.2. …
2
votes
1answer
17 views
Suggestions on how to organize Core Data visual layout?
Core Data is pretty amazing, and I've really enjoyed using the visual layout Xcode provides for it to organize things and get a quick sample of what data I've placed where. At times I've started to …
0
votes
1answer
19 views
How do I get ‘iPhone Device 2.2.1’ listed as one of my active SDKs in xcode?
I just installed xcode on a snow leopard machine. I am wanting to compile and iPhone app with the 2.2.1 SDK.
Under Project > Edit Project Settings I have the option for the base SDK to be "iPhone …
0
votes
1answer
17 views
Preserving data while expanding/merging Core Data models
Two separate but related questions regarding the use of Core Data:
1) I add an entity/attribute/relationship to my Core Data model in Xcode. Is there a way to have it recognize the information in …
0
votes
1answer
21 views
Xcode Error “Couldn’t load the next page.”
It's really not my day, I was about to create a new class in Xcode (Version 3.1.4) so I went to (right click) Add > New File... selected Objective-C Class and i got the message "Couldn’t load the next …
0
votes
1answer
41 views
display text with many clickable URLs
Hi,
I'm using custom NSCell in NSTableView similar to:
http://www.martinkahr.com/2007/05/04/nscell-image-and-text-sample/
I wish to display text with many clickable URL.
can any body throw me in …
