-3
votes
1answer
159 views

Changing AppDelegate file of example I want to use in my app

Hi all I'm new in creating app for iOS , so sorry if the question stupid a little . I'm trying to build app where log in to Facebook and getting friend list is only a part, so I want to use the ...
1
vote
2answers
2k views

SPP profile bluetooth iOS

does anyone got a sample code of SPP communication ( serial over bluetooth ) for iOS ? I'd need to communicate between my microchip pic and an iphone or iPod. I know I need a approved apple bluetooth ...
1
vote
1answer
451 views

iOS: Sample Code or Examples for CGPDFContextAddDocumentMetadata

I need to embed some custom meta data to a PDF file using the Apple's Objective C SDK. Is there any working sample code available that does that? What I need is very basic. Open an existing pdf and ...
1
vote
1answer
1k views

ios - iphone notes application

I am studying how to make iPhone apps - and I learn best by dissecting the source code and see why something works the way it does. I was wondering if anyone new if there is a clone app of the ...
2
votes
1answer
2k views

need a simple example for libxml2 DOM way parsing on iOS

I'm learning how to use libxml2 from Apple's sample XMLPerformance project but it's for the SAX model of parsing. Can anyone provide a sample of libxml2 DOM parsing? Many thanks.
0
votes
1answer
1k views

iOS - Custom View Controller Example

I've spent the morning looking for a good example of a code based (Not IB) custom view controller and I've not found a decent one that breaks the process down. Does any one know of a good code based ...
1
vote
2answers
296 views

Apple Code Sample: TouchCells, How Does it Work?

I've been working on custom UITableViewCells and came across the TouchCells example from apple: TouchCells Example Project I can't figure out how the application loads. If you look at AppDelegate.m, ...
2
votes
3answers
151 views

Class works not correct. How to make it better?

I have written class and want show it to you ... I think that this class written not correct and thats why I have leeks in my application. First of all the delloc never calls. What can I change in ...
0
votes
1answer
546 views

Unable to build Apple's example project core data book

I opened the core data book example directly from Xcode's documentation window. The project won't build. It says the Iphone OS 4.0 is missing. Since I used Xcode 3 with SDK of iOS 4.2, I changed the ...