0
votes
1answer
446 views

Microsoft Sync Framework Toolkit iPhone example: NSInternalInconsistencyException when loading ListViewController

I'm playing with Microsoft Sync Framework iPhone sample, provided with Sync Framework Toolkit available at http://code.msdn.microsoft.com/Sync-Framework-Toolkit-4dc10f0e . I've already corrected ...
0
votes
3answers
563 views

Where can i find objective c xcode sample codes for iphone [closed]

i am a new programer and i would like to find some sample projects to learn from. Do you know any website that might help me? Sample programs such us: Uitable views Uiscroll view Plist storing data ...
0
votes
1answer
133 views

What is the range of values in a sample of type AudioUnitSampleType?

AudioUnitSampleType is a SInt32. When I log it to the console I get readings roughly between -22000 and 22000. Can someone explain what those values represent? How do they describe the wave form? I ...
0
votes
1answer
219 views

TVanimationsGestures Sample code Bug/Weird Behavior Overlapping Cells

Im trying to implement a nice accordion effect on my app. My goal is to "open up" a cell when the user tap on it, diplaying additionnal content (such as text) as the cell height increase. The perfect ...
0
votes
2answers
686 views

iphone - Check if an app is installed

I want to bring the list of what apps are installed in my iPhone. I hear this code sample is in this website but I can't find it. Code Sample: Check if an app is installed - iDevKit: ...
0
votes
1answer
150 views

Error in Build - Missing SDK

I downloaded some Application samples from a website. It used to work but when I went back to Xcode (After a couple of months) I tried them and it gives me this error. error: There is no SDK with ...
2
votes
1answer
558 views

Converting a sample rate of audio file iPhone

I'd like to change the pitch of an audio file by changing the sample rate programmatically. I am recording the file using AVAudioRecorder. I have noticed a settings parameter within AVAudioPlayer, ...
0
votes
1answer
6k views

iPhone SOAP Web Services - Sample code on how to use the parsed code from wsdl2objc?

Is there any other documentation available at wsdl2objc besides the Usage Instructions?. The documentation is very limited, it may be because I have never used a wsdl parser before, in that case does ...
0
votes
0answers
713 views

Sample login application [closed]

I am new to iPhone development, and I wanted to create a sample login application which accepts a username and password and validates the same after clicking on a submit button. I have created a user ...
3
votes
8answers
6k views

Want to share a MGTwitterEngine iPhone Xcode skeleton project?

Anyone want to share an Xcode project that has MGTwitterEngine in it? Mine won't compile. Are there certain project settings to set? I just made a stock tab bar app for iPhone and added the ...
-1
votes
2answers
523 views

Where can I find the source of the CrashLander iphone example? [closed]

Apple pulled the plug to the sample. It is no longer distributed... Anyone got a link to a copy of the sample?