Hi there,
I have downloaded the example code from the Apple Library in reference to PageControl.
As Listed Here
I've added everything necessary to play audio but I cannot get one line of code written in the correct manner. Is there anyone that could re-sample this line for me?
I've added a "soundKey" to each Item within the Root of content_iPhone.plist and I've added the correct Frameworks for playing audio.
This is the line I'm having trouble with (it's currently commented out):
Code:
NSDictionary *numberItem = [self.contentList objectAtIndex:page];
controller.numberImage.image = [UIImage imageNamed:[numberItem valueForKey:ImageKey]];
controller.numberTitle.text = [numberItem valueForKey:NameKey];
//controller.numberSound.playing = [numberItem valueForKey:SoundKey];
Looking forward to hearing from someone soon.