Still \"somewhat\" of a newbie... I have an NSMutableArray that stores filenames - when a user clicks a UITableView the corresponding selected cell will pass the certain filename in the array to MPMov
I create/push my ViewController, display some informations and navigate back to my RootViewController. While I navigate back the app crashes (EXC_BAD_ACCESS).
I have an app based on Apple\'s PageControl sample. The first time the view loads, the scroll view is loaded with page 0 and page 1. Whenever a scroll is initiated, the scrollViewDidScroll method shou
I have a C array defined in my method as: int c = 4; int r = 5; keysArray[c][r]; I have this for loop, which works, populating the keysArray as expected.
When my program gets to the line: [userNumSequence addObject:[NSNumber numberWithInteger: sequenceNumber]];
I was at client site today and made a couple of bug fixes there and then. I deployed the working copies of the app to their iPads and iPhone. Perfect. I have come home and now run the app in the 开发者
I have an app that is exhibiting an intermittent crash.The crash logs are showing a stack trace that is tough for me to decipher, so hoping that someone else has seen this and can point me in the righ
i\'v got an dynamic-Lib which i build with OBJECTS=keys.o etc2.o foo.o $(CC) -DSYS_MACOSX-g -fPIC -flat_namespace -L. -lpthread-Wl,-flat_namespace -dynamiclib-shared -o libmylib.dylib $(OBJECTS)
I have a bunch of .gif files that I am displaying, in turns, in a UIImageView. On the click of specific buttons, the respective gif images are to be displayed.
I have an ivar, keys which is an NSMutableArray containing 50 strings. When开发者_开发问答 my view loads, i am getting a zombie messaged error in Instruments, and it is directing me to this line of co